mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
try to cheer up the linter again
This commit is contained in:
parent
5a6f27e732
commit
e94985c583
4 changed files with 6 additions and 6 deletions
|
@ -13,5 +13,5 @@ func allocBytes(size int) []byte {
|
|||
}
|
||||
|
||||
func freeBytes(bs []byte) {
|
||||
bytePool.Put(bs[:0])
|
||||
bytePool.Put(bs[:0]) //nolint:staticcheck
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue