You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 32-bit overflows of math.MaxInt64 constant (#25)
math.MaxInt64 is an untyped int constant, the use of which will cause
build failures on 32-bit archs if not explicitly typecast to int64.
Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
0 commit comments