Files
fasthttp/bytesconv_64.go
T
2024-05-25 17:15:52 +02:00

8 lines
116 B
Go

//go:build amd64 || arm64 || ppc64 || ppc64le || riscv64 || s390x
package fasthttp
const (
maxHexIntChars = 15
)