From 85065cb41a9361ffb91aa10a39d6e3275f8cf43c Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 21 Sep 2020 13:42:37 -0400 Subject: [PATCH] Use int64 for Size --- size/size.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/size/size.go b/size/size.go index d7661cb..38d13c2 100644 --- a/size/size.go +++ b/size/size.go @@ -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 (