mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 13:55:43 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 7
|
|
)
|