Default returns a Config with zero-value defaults.
()
| 35 | |
| 36 | // Default returns a Config with zero-value defaults. |
| 37 | func Default() *Config { |
| 38 | return &Config{} |
| 39 | } |
| 40 | |
| 41 | // configPath returns the full path to the config file. |
| 42 | func configPath(baseDir string) string { |
no outgoing calls