Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Aug 28, 2024
1 parent 29ffc53 commit 6ad4e00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions log/zap.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import (
"go.uber.org/zap"
)

var (
// Must is an alias for zap.Must.
Must = zap.Must
)
// Must is an alias for zap.Must.
var Must = zap.Must

// logger aliases for zap.Logger and zap.SugaredLogger.
type (
Expand Down

0 comments on commit 6ad4e00

Please sign in to comment.