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

8 lines
86 B
Go

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