Files
casecmp/vendor/github.com/valyala/fasthttp/bytesconv_64.go
2017-03-30 01:09:55 +01:00

9 lines
99 B
Go

// +build amd64 arm64 ppc64
package fasthttp
const (
maxIntChars = 18
maxHexIntChars = 15
)