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

Fix conversions to work with Go 1.15 #223

Closed
wants to merge 1 commit into from

Conversation

batterystaples
Copy link

As described in golang/go#32479, as of Go 1.15, a warning will be raised when a program attempts to use a string(int) type conversion. For this project, this causes "make test" to fail. This pull request uses strconv methods to convert the values instead, which causes the warning to no longer appear. This pull request fixes #218.

@phires
Copy link
Collaborator

phires commented Jun 4, 2024

function has been redesigned

@phires phires closed this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants