Codebase list golang-github-valyala-fasthttp / 5ec09c71-43d7-4e16-a9c0-c07700f5e59a/v1.41.0 bytesconv_32.go
5ec09c71-43d7-4e16-a9c0-c07700f5e59a/v1.41.0

Tree @5ec09c71-43d7-4e16-a9c0-c07700f5e59a/v1.41.0 (Download .tar.gz)

bytesconv_32.go @5ec09c71-43d7-4e16-a9c0-c07700f5e59a/v1.41.0raw · history · blame

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

package fasthttp

const (
	maxHexIntChars = 7
)