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

8 lines
80 B
Go

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