Merge pull request #824 from swills/size_int64

Use int64 for Size
This commit is contained in:
Urban Ishimwe
2020-09-21 19:53:29 +02:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
// Size represents size that implements flag.Var
type Size int
type Size int64
// the following regexes follow Go semantics https://golang.org/ref/spec#Letters_and_digits
var (