Files
timmy-config/go/pkg/mod/github.com/valyala/fasthttp@v1.59.0/bytesconv_32.go
2026-03-31 20:02:01 +00:00

8 lines
121 B
Go

//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x
package fasthttp
const (
maxHexIntChars = 7
)