mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-05 22:32:20 +01:00
8 lines
80 B
Go
8 lines
80 B
Go
// +build !amd64,!arm64,!ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 7
|
|
)
|