Files
fasthttp/bytesconv_32.go
T
2021-09-02 00:18:53 +02:00

9 lines
139 B
Go

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