bytesconv_64.go 105 B

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