Revert "fix lint"

This reverts commit 4bf0f25351.
This commit is contained in:
Sahil-4555 2026-01-13 10:43:25 +05:30
parent 68457e40e4
commit 06b20703e2

View file

@ -15,6 +15,7 @@ import (
const wordSize = int(unsafe.Sizeof(uintptr(0)))
const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
// ANDBytes ands the bytes in a and b. The destination is assumed to have enough
// space. Returns the number of bytes and'd.
func ANDBytes(dst, a, b []byte) int {