mirror of
https://github.com/americanexpress/baton.git
synced 2025-07-08 05:12:30 +00:00
9 lines
99 B
Go
9 lines
99 B
Go
// +build amd64 arm64 ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxIntChars = 18
|
|
maxHexIntChars = 15
|
|
)
|