()
| 170 | } |
| 171 | |
| 172 | func init() { |
| 173 | color := true |
| 174 | if runtime.GOOS == "windows" { |
| 175 | color = false |
| 176 | } |
| 177 | DefaultLogger = RequestLogger(&DefaultLogFormatter{Logger: log.New(os.Stdout, "", log.LstdFlags), NoColor: !color}) |
| 178 | } |
nothing calls this directly
no test coverage detected