mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 22:05:44 +00:00
8 lines
116 B
Go
8 lines
116 B
Go
//go:build amd64 || arm64 || ppc64 || ppc64le || riscv64 || s390x
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 15
|
|
)
|