mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 22:06:29 +03:00
try to cheer up the linter again
This commit is contained in:
@@ -13,5 +13,5 @@ func allocBytes(size int) []byte {
|
||||
}
|
||||
|
||||
func freeBytes(bs []byte) {
|
||||
bytePool.Put(bs[:0])
|
||||
bytePool.Put(bs[:0]) //nolint:staticcheck
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user