mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
8 lines
80 B
Go
8 lines
80 B
Go
|
// +build !amd64,!arm64,!ppc64
|
||
|
|
||
|
package fasthttp
|
||
|
|
||
|
const (
|
||
|
maxHexIntChars = 7
|
||
|
)
|