Versions in this module Expand all Collapse all v0 v0.6.0 Oct 4, 2018 v0.5.0 Sep 14, 2018 Changes in this version + func WithPrefix(prefix string) func(*Options) + type Options struct + type Settings map[string]interface + func (s Settings) Flatten() map[string]string + func FromFlatten(m map[string]string) (Settings, error) + func Load(data []byte, ops ...func(*Options)) (Settings, error) + func LoadFile(path string, ops ...func(*Options)) (Settings, error) + func LoadFiles(paths []string, ops ...func(*Options)) (Settings, error) + func LoadMultiple(datas [][]byte, ops ...func(*Options)) (Settings, error) + func Merge(settings ...Settings) (Settings, error)