bytesconv_32.go 109 B

1234567
  1. //go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !s390x
  2. package fasthttp
  3. const (
  4. maxHexIntChars = 7
  5. )