8 lines
105 B
Go
8 lines
105 B
Go
|
//go:build amd64 || arm64 || ppc64 || ppc64le || s390x
|
||
|
|
||
|
package fasthttp
|
||
|
|
||
|
const (
|
||
|
maxHexIntChars = 15
|
||
|
)
|