well-goknown/vendor/github.com/valyala/fasthttp/bytesconv_32.go

8 lines
121 B
Go
Raw Permalink Normal View History

2024-09-26 01:59:44 +00:00
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x
package fasthttp
const (
maxHexIntChars = 7
)