Read configuration file from the given path
(path string)
| 128 | |
| 129 | // Read configuration file from the given path |
| 130 | func readFromPath(path string) error { |
| 131 | return readConfig(path) |
| 132 | } |
| 133 | |
| 134 | // Read configuration file from config path |
| 135 | func readFromConfigDir() error { |
no test coverage detected