blob: 14377547443fbc6a7a228c1fe145bf0514911f98 [file] [log] [blame]
// +build !amd64,!arm64,!ppc64
package fasthttp
const (
maxIntChars = 9
maxHexIntChars = 7
)