diff --git a/error.go b/error.go index db0002d7e..65982a51e 100644 --- a/error.go +++ b/error.go @@ -21,8 +21,9 @@ package zap import ( - "go.uber.org/zap/zapcore" "sync" + + "go.uber.org/zap/zapcore" ) var _errArrayElemPool = sync.Pool{New: func() interface{} {