import "cmd/vet/testdata/structtag"
structtag.go
type StructTagTest struct { A int "hello" // ERROR "`hello` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair" }