fmt/fmt_test.go: arg nil for printf verb %s of wrong type: untyped nil
encoding/json/decode_test.go: struct field m has json tag but is not exported
encoding/json/decode_test.go: struct field m2 has json tag but is not exported
-encoding/json/tagkey_test.go: struct field tag ":\"BadFormat\"" not compatible with reflect.StructTag.Get: bad syntax for struct tag key
+encoding/json/tagkey_test.go: struct field tag `:"BadFormat"` not compatible with reflect.StructTag.Get: bad syntax for struct tag key
runtime/testdata/testprog/deadlock.go: unreachable code
runtime/testdata/testprog/deadlock.go: unreachable code
sync/cond_test.go: assignment copies lock value to c2: sync.Cond contains sync.noCopy
// plan9/386-specific vet whitelist. See readme.txt for details.
runtime/sys_plan9_386.s: [386] setldt: function setldt missing Go declaration
-syscall/asm_plan9_386.s: [386] Syscall: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] Syscall: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] Syscall6: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] Syscall6: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall6: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall6: 4(SP) should be trap+0(FP)
runtime/sys_plan9_amd64.s: [amd64] setldt: function setldt missing Go declaration
runtime/sys_plan9_amd64.s: [amd64] settls: function settls missing Go declaration
-syscall/asm_plan9_amd64.s: [amd64] Syscall: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall6: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall6: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall6: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall6: 8(SP) should be trap+0(FP)