blob: 09d07ef10c814f7f0a05c8f3106a67c52a57bc3d [file] [log] [blame]
// +build amd64 arm64 ppc64
package fasthttp
const (
maxIntChars = 18
maxHexIntChars = 15
)