mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-28 19:27:11 +02:00
chore: apply golangci-lint fmt
This commit is contained in:
@@ -63,8 +63,10 @@ const (
|
||||
errBurst = 5
|
||||
)
|
||||
|
||||
var bytesPool = synk.GetUnsizedBytesPool()
|
||||
var sizedPool = synk.GetSizedBytesPool()
|
||||
var (
|
||||
bytesPool = synk.GetUnsizedBytesPool()
|
||||
sizedPool = synk.GetSizedBytesPool()
|
||||
)
|
||||
|
||||
func NewFileAccessLogger(parent task.Parent, file File, anyCfg AnyConfig) AccessLogger {
|
||||
cfg := anyCfg.ToConfig()
|
||||
|
||||
Reference in New Issue
Block a user