Codebase list golang-github-valyala-fasthttp / HEAD bytesconv_32.go
HEAD

Tree @HEAD (Download .tar.gz)

bytesconv_32.go @HEADraw · history · blame

1
2
3
4
5
6
7
8
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le
// +build !amd64,!arm64,!ppc64,!ppc64le

package fasthttp

const (
	maxHexIntChars = 7
)