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 errors reported by go vet #36

Merged
merged 1 commit into from
Sep 27, 2016
Merged

Fix errors reported by go vet #36

merged 1 commit into from
Sep 27, 2016

Conversation

kevinburke
Copy link
Contributor

For the benchmark, u.String() or the loop could
potentially be optimized away by the compiler (see
http://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go for more
information). A format string in uuid_test.go has the wrong type.

For the benchmark, `u.String()` or the loop could
potentially be optimized away by the compiler (see
http://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go for more
information). A format string in uuid_test.go has the wrong type.
@coveralls
Copy link

coveralls commented Aug 24, 2016

Coverage Status

Coverage remained the same at 96.565% when pulling e9dec51 on kevinburke:fix-vet into 0aa62d5 on satori:master.

@dmitshur
Copy link

LGTM.

@satori satori merged commit ea50dc3 into satori:master Sep 27, 2016
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.

4 participants