fix_: linter
This commit is contained in:
parent
33d3885960
commit
9112e5cd3e
|
@ -1,10 +1,10 @@
|
|||
package profiling
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime/pprof"
|
||||
"errors"
|
||||
)
|
||||
|
||||
// CPUFilename is a filename in which the CPU profiling is stored.
|
||||
|
|
|
@ -2,10 +2,10 @@ package zaputil
|
|||
|
||||
import (
|
||||
"encoding/hex"
|
||||
"sync"
|
||||
|
||||
"go.uber.org/zap"
|
||||
"go.uber.org/zap/zapcore"
|
||||
"sync"
|
||||
)
|
||||
|
||||
type jsonHexEncoder struct {
|
||||
|
|
Loading…
Reference in New Issue