Files
fasthttp/bytesconv_32.go
T

9 lines
86 B
Go

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