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