package
0.0.0-20220329221012-02e851ebf68e
Repository: https://github.com/ideatocode/go.git
Documentation: pkg.go.dev
# README
config
# Functions
Load .
LoadConfig loads the config and return the fiilled object
Deprecated: LoadConfig is deprecated use Load instead
.
New returns a pointer to a filled new instance of Configuration.
Save .
Sync Writes the config to disk
Deprecated: Sync is deprecated use Save instead
.