mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Use int64 for Size
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user