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

9 lines
132 B
Go

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