Files
fasthttp/bytesconv_32.go
T
2023-11-08 23:18:13 +01:00

8 lines
109 B
Go

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