Use int64 for Size

This commit is contained in:
Steve Wills
2020-09-21 13:43:02 -04:00
parent 7100ac3593
commit 85065cb41a
+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 (