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

8 lines
121 B
Go

//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x
package fasthttp
const (
maxHexIntChars = 7
)