mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
8a9bdc8177
Fixes #461
8 lines
78 B
Go
8 lines
78 B
Go
// +build amd64 arm64 ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 15
|
|
)
|