Documentation
¶
Overview ¶
Package file is a wrapper around config package and allows reading configuration from some file on disk.
Typical usage:
cfg := config.Must(file.NewConfig(fileName, encoder)) err = cfg.Get(&myStructure) if err != nil { panic(err) }
See config package for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.