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

Replace int-to-string casts with conversion #122

Merged
merged 1 commit into from
May 19, 2020

Conversation

andrewslotin
Copy link
Contributor

The upcoming change in Go 1.15 go vet command disallows type casts from int to string. This PR replaces string(int) conversions with explicit formatting.

golang/go#3939

The upcoming change in Go 1.15 `go vet` command disallows type casts
from `int` to `string`. This PR replaces `string(int)` conversions
with explicit formatting.

golang/go#3939
@andrewslotin andrewslotin merged commit 66f9f11 into master May 19, 2020
@andrewslotin andrewslotin deleted the fix_upcoming_go_vet_errors branch May 19, 2020 09:10
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.

2 participants