Shit ton of tests
This commit is contained in:
parent
99b00887a8
commit
ccf98c2f6e
13 changed files with 1157 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
package other
|
||||
|
||||
// Can't really test zerolog setup functions as they rely on
|
||||
// CLI flags
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"io"
|
||||
|
@ -72,5 +75,4 @@ func configOutputs(logWriter io.Writer) {
|
|||
append([]io.Writer{log.Logger}, extraLogWriters...)...,
|
||||
)).With().Timestamp().Logger()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue