Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32 bit support #2

Closed
wants to merge 3 commits into from
Closed

32 bit support #2

wants to merge 3 commits into from

Conversation

pnelson
Copy link
Owner

@pnelson pnelson commented Jul 8, 2019

Addresses #1.

$ go test
PASS
ok  	github.com/pnelson/numerizer	0.002s
$ GOARCH=386 go test
PASS
ok  	github.com/pnelson/numerizer	0.002s

@pnelson
Copy link
Owner Author

pnelson commented Jul 8, 2019

This is incomplete at this moment. I just realized I'd need to do the same for the actual parsing.

@pnelson
Copy link
Owner Author

pnelson commented Jul 10, 2019

Resolved using your original suggestion of int64.

@pnelson pnelson closed this Jul 10, 2019
@pnelson pnelson deleted the 32-bit branch July 10, 2019 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant