I just want to point out that after upgrading to Go 1.7, I experienced problem with go vet command as stated in issue https://github.com/golang/go/issues/15728 . I couldn't figure out which packages need rebuilding so I deleted all the files under GOPATH/pkg and everything works fine now.
I hope this is helpful. On Tuesday, August 16, 2016 at 6:28:23 AM UTC+7, Chris Broadfoot wrote: > Hello gophers, > > We just released Go 1.7. > > You can read the announcement blog post here: > https://blog.golang.org/go1.7 > > You can download binary and source distributions from our download page: > https://golang.org/dl/ > > To compile from source using a Git checkout, update to the release with > "git checkout go1.7" and build as usual. > > To find out what has changed, read the release notes: > https://golang.org/doc/go1.7 > > Thanks to everyone who contributed to the release. > > Chris > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.