2018-02-16 14:50:36 -07:00

9 lines
100 B
Go

// +build !amd64,!arm64,!ppc64
package fasthttp
const (
maxIntChars = 9
maxHexIntChars = 7
)