package
0.0.0-20220820102938-2935971750ff
Repository: https://github.com/eviedelta/openjishia.git
Documentation: pkg.go.dev
# Functions
AConf is a function dedicated to checking various locations for a config, and loading that config.
AnyConf is like AConf but it accepts any struct and will attempt to unmarshal the config file in the location defined by prefix into it.
CheckDirExist is a lazy function to determine if a directory exists or not.
CheckExist is a lazy function to determine if a file exists or not.
Load loads a toml based config file.