ripple-api/vendor/github.com/valyala/fasthttp/bytesconv_32.go
Morgan Bazalgette 736c904f65 Update vendor
2017-02-02 13:53:44 +01:00

9 lines
100 B
Go

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