I ran into a likely false positive from `go vet` when writing a program that auto-generates code. [This program](http://play.golang.org/p/kJgX_8nTCa) generates a warning `+build comment must appear before package clause and be followed by a blank line` [This equivalent program](http://play.golang.org/p/A-B8EklrHv) without the `// autogenerated by...` comment in the first line doesn't In either case, i don't think `go vet` should be vetting contents of the string,