Skip to content

Commit

Permalink
Rename package of zap to log
Browse files Browse the repository at this point in the history
  • Loading branch information
minhduc140583 committed May 3, 2021
1 parent 3b98f0e commit 6275d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zap/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package zap
package log

type Config struct {
Level string `mapstructure:"level" json:"level,omitempty" gorm:"column:level" bson:"level,omitempty" dynamodbav:"level,omitempty" firestore:"level,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion zap/zap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package zap
package log

import (
"context"
Expand Down

0 comments on commit 6275d34

Please sign in to comment.