-
Notifications
You must be signed in to change notification settings - Fork 270
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 go vet
failures
#95
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patience @misha-tectonic.
LGTM. I ran go vet a while ago and was wondering about the (commented) unreachable code too. It would be good to know what was the intention (if any).
Just out of curiosity: which version of golang / go vet did you use? I do rememeber that But it disappeared with upgrading golang (to 1.10.3 on darwin). |
Go 1.11beta2, beta3, rc1.
|
Thanks! |
Interestingly, only c917ed2 seems necessary to make
After applying c917ed2 this passes. |
|
I also ran
I was surprised about this too. I do remember vet complaining about the unreachable statement (a while ago though). |
Oh, I see.
|
Fix `go vet` failures
No description provided.