ipfs-cluster/config
Adrian Lanzafame 237ede5fce
fix pointer ref of updateJSONConfigs
jsonConfigs.getSection() returned a value when it needed to
return a pointer to the jsonSection fields inside the struct.

Even though the jsonSection type is a map, therefore on the heap,
returning it as a value (non-pointer) resulted in it being
disassociated with the jsonConfigs overarching struct.

License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2019-02-06 09:48:27 +10:00
..
config.go fix pointer ref of updateJSONConfigs 2019-02-06 09:48:27 +10:00
util.go config: do not handle "" durations (and do not error) 2019-01-12 18:40:00 +01:00