ingress-nginx-helm/vendor/github.com/valyala/fasthttp/bytesconv_32.go
Manuel Alejandro de Brito Fontes 307bf76454 Update go dependencies
2020-02-19 19:42:50 -03:00

7 lines
80 B
Go

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