try to cheer up the linter again

This commit is contained in:
Arceliar 2023-05-21 12:49:49 -05:00
parent 5a6f27e732
commit e94985c583
4 changed files with 6 additions and 6 deletions

View file

@ -13,5 +13,5 @@ func allocBytes(size int) []byte {
}
func freeBytes(bs []byte) {
bytePool.Put(bs[:0])
bytePool.Put(bs[:0]) //nolint:staticcheck
}