@ -33,6 +33,10 @@ func New() Configurator {
var _c *config
func init() {
_c = &config{}
}
// SetConfigPath set a path to search for the config file in.
func SetConfigPath(in string) error { return _c.SetConfigPath(in) }
func (c *config) SetConfigPath(in string) error {
The note is not visible to the blocked user.