mirror of
https://github.com/americanexpress/baton.git
synced 2026-03-22 16:13:19 +00:00
9 lines
100 B
Go
9 lines
100 B
Go
// +build !amd64,!arm64,!ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxIntChars = 9
|
|
maxHexIntChars = 7
|
|
)
|