Files
lti-api/vendor/github.com/valyala/fasthttp/bytesconv_64.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

8 lines
116 B
Go

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