Codebase list golang-github-valyala-fasthttp / 273eb114-30b2-4a42-8e18-7b531b938af9/main bytesconv_32.go
273eb114-30b2-4a42-8e18-7b531b938af9/main

Tree @273eb114-30b2-4a42-8e18-7b531b938af9/main (Download .tar.gz)

bytesconv_32.go @273eb114-30b2-4a42-8e18-7b531b938af9/mainraw · 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
)