mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
8 lines
78 B
Go
8 lines
78 B
Go
|
// +build amd64 arm64 ppc64
|
||
|
|
||
|
package fasthttp
|
||
|
|
||
|
const (
|
||
|
maxHexIntChars = 15
|
||
|
)
|