:GoVet is passing but file has errors.

1.Create a file with the follow content:
//+buildlinux
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}
vimrc you used to reproduce: vimrcJust looked at this, and found that this a go vet issue. I've tried to fix it here: https://go-review.googlesource.com/c/44371/ Let's see how it ends up. Thanks for the feedback.
This is now merged https://github.com/golang/go/commit/d64c49098c626ea58f2265866dd576e138c15b29 Thanks for the feedback again.
Awesome! Thanks @fatih !
Most helpful comment
Just looked at this, and found that this a
go vetissue. I've tried to fix it here: https://go-review.googlesource.com/c/44371/ Let's see how it ends up. Thanks for the feedback.