Skip to content

Commit

Permalink
Updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsxin committed May 1, 2024
1 parent 3d2baa5 commit f210000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/nop_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import (
"go.uber.org/zap"
)

func NewNopLogger() Logger { return *zap.NewNop() }
func NewNopLogger() *Logger { return zap.NewNop() }

0 comments on commit f210000

Please sign in to comment.