fix_: linter

This commit is contained in:
Igor Sirotin 2024-08-21 14:14:25 +01:00
parent 33d3885960
commit 9112e5cd3e
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -2,10 +2,10 @@ package zaputil
import (
"encoding/hex"
"sync"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"sync"
)
type jsonHexEncoder struct {