ripple-api/vendor/github.com/valyala/fasthttp/bytesconv_64.go

9 lines
99 B
Go
Raw Normal View History

2017-02-02 12:53:44 +00:00
// +build amd64 arm64 ppc64
package fasthttp
const (
maxIntChars = 18
maxHexIntChars = 15
)