Files
anytunnel/at-api/vendor/github.com/valyala/fasthttp/bytesconv_32.go
T
2019-08-08 17:13:34 +08:00

9 lines
100 B
Go

// +build !amd64,!arm64,!ppc64
package fasthttp
const (
maxIntChars = 9
maxHexIntChars = 7
)