We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06beba2 commit 66da187Copy full SHA for 66da187
database/database.go
@@ -22,7 +22,7 @@ func init() {
22
// Setup mock DB in test mode
23
if os.Getenv("GO_ENV") == "test" {
24
SetupMockDB()
25
- logger.SetOutput(io.Discard) // Use SetOutput instead of creating new logger
+ logger.SetOutput(io.Discard)
26
}
27
28
0 commit comments