Closed
Description
On 32-bit platforms, a Go int
is an int32
.
I worry about the use of int
as the type for Github IDs in the go-github package.
Is there documentation to suggest that Github IDs are limited to 2 billion items? Seems unlikely. But I can't find anything.
I propose we keep "Number" fields as int, but change all the ID
fields to be int64
.
Thoughts?