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