aboutsummaryrefslogtreecommitdiff
path: root/bytesconv_32.go
blob: baa945953a40703edd168b676d4f280de4459c9b (plain)
1
2
3
4
5
6
7
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !s390x

package fasthttp

const (
	maxHexIntChars = 7
)