-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Andrey Slotin
committed
May 19, 2020
1 parent
a86d29d
commit 52822d3
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters