Files
fasthttp/bytesconv_32.go
T
2020-11-05 09:32:07 +01:00

8 lines
89 B
Go

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