Documentation ¶ Index ¶ func GetAbsFilePath(s string, f func(string) string) (string, error) func LoadFile(fileName string, mustExist bool, loader func(r io.Reader) error) error func LoadFiles(fileNames []string, mustExist bool, loader func(r io.Reader) error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetAbsFilePath ¶ func GetAbsFilePath(s string, f func(string) string) (string, error) func LoadFile ¶ func LoadFile(fileName string, mustExist bool, loader func(r io.Reader) error) error func LoadFiles ¶ func LoadFiles(fileNames []string, mustExist bool, loader func(r io.Reader) error) error Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Directories ¶ Show internal Expand all Path Synopsis jsonloader tomlloader Click to show internal directories. Click to hide internal directories.