IsDebug returns whether debug mode is enabled
()
| 170 | |
| 171 | // IsDebug returns whether debug mode is enabled |
| 172 | func IsDebug() bool { |
| 173 | return debugMode |
| 174 | } |
| 175 | |
| 176 | // GetConfigPath returns the config file path |
| 177 | func GetConfigPath() string { |
no outgoing calls
no test coverage detected