mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Also handle []interface{} in HookWeakDecodeFromSlice Without this change only the top level []map[string]interface{} will be unpacked as a single item. With this change any nested config will be unpacked.