mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
9 lines
132 B
Go
9 lines
132 B
Go
//go:build amd64 || arm64 || ppc64 || ppc64le
|
|
// +build amd64 arm64 ppc64 ppc64le
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 15
|
|
)
|