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

Commits on May 19, 2020

  1. Replace int-to-string casts with conversion

    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
    Andrey Slotin committed May 19, 2020
    Configuration menu
    Copy the full SHA
    52822d3 View commit details
    Browse the repository at this point in the history