Skip to content

Commit

Permalink
chore(#21): missing import core package
Browse files Browse the repository at this point in the history
fix #21

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 9, 2021
1 parent 774fb7b commit c8c88b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zap.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

"github.com/gin-gonic/gin"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
)

// Config is config setting for Ginzap
Expand Down

0 comments on commit c8c88b6

Please sign in to comment.