Files
fasthttp/bytesconv_64.go
T

9 lines
87 B
Go

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