Files
lti-api/vendor/github.com/valyala/fasthttp/bytesconv_64.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

8 lines
116 B
Go

//go:build amd64 || arm64 || ppc64 || ppc64le || riscv64 || s390x
package fasthttp
const (
maxHexIntChars = 15
)