mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
9 lines
86 B
Go
9 lines
86 B
Go
// +build !amd64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxIntChars = 9
|
|
maxHexIntChars = 7
|
|
)
|