VictoriaMetrics/lib/flagutil
Roman Khavronenko f2c004d1ae
lib/flagutil: avoid int overflow for arch 386 (#710)
Arch 386 is a 32-bit architecture and interprets int type for numbers as an explicit int32,
whereas on most modern CPUs int is implicitly an int64. This makes tests to fail with
`int overflow` error.
2020-08-20 22:27:37 +01:00
..
array.go
array_test.go
bytes.go
bytes_test.go lib/flagutil: avoid int overflow for arch 386 (#710) 2020-08-20 22:27:37 +01:00