Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/go/internal/vet: print line numbers appropriately on list errors
Fixes golang#36173 For reasons that are unclear to me, this commit: golang@f1d5ce0 introduces a TestPackagesFor function that strips line numbers from error messages. This commit introduces a new version of that function for 'go vet' that always keeps the line numbers.
- Loading branch information