Files
fasthttp/bytesconv_64.go
T
2018-11-14 01:59:18 +08:00

8 lines
78 B
Go

// +build amd64 arm64 ppc64
package fasthttp
const (
maxHexIntChars = 15
)