]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: continue past first error
authorRob Pike <r@golang.org>
Wed, 27 Feb 2013 23:43:33 +0000 (15:43 -0800)
committerRob Pike <r@golang.org>
Wed, 27 Feb 2013 23:43:33 +0000 (15:43 -0800)
commit9e19337de9ab0344bcbd056064c70249e65d52ed
tree3c5f7abc1d3f8742bac5623912fbb477c8e7a3ca
parent76e4a033523bb6ca661e1905f0381e2603c109d4
cmd/vet: continue past first error
Also delete bogus tests for f.pkg (does the file have a package) since all
files have a package attached. The tests for pkg.types and pkg.values
suffice.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7418043
src/cmd/vet/main.go
src/cmd/vet/print.go
src/cmd/vet/taglit.go