ingress-nginx/vendor/github.com/valyala/fasthttp/bytesconv_32.go

8 lines
80 B
Go

// +build !amd64,!arm64,!ppc64
package fasthttp
const (
maxHexIntChars = 7
)