Closed davidlanouette closed 4 years ago
Go 1.15 introduced a new vet check around converting int's to strings. That change causes the build to fail.
This commit fixes the issue, and should work just fine in older versions of go.
Fixes #15
Go 1.15 introduced a new vet check around converting int's to strings. That change causes the build to fail.
This commit fixes the issue, and should work just fine in older versions of go.
Fixes #15