Fix go vet failures#95
Conversation
liamsi
left a comment
There was a problem hiding this comment.
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.