]> Cypherpunks repositories - gostls13.git/commit
cmd/go: vet: provide package ID to the vet tool
authorAlan Donovan <adonovan@google.com>
Fri, 16 Nov 2018 18:27:55 +0000 (13:27 -0500)
committerAlan Donovan <adonovan@google.com>
Fri, 16 Nov 2018 19:11:37 +0000 (19:11 +0000)
commit35244d8fd160f6aa7614f4daa7bfccda1a518510
tree2419c4f5776d2650d05f32bbaaca048bbb964e69
parent2a07c50a5cbf548a313eed6e691be78a0bac8b3e
cmd/go: vet: provide package ID to the vet tool

This field, which matches the IDs used by go list, will enable all vet
drivers to produce JSON output in a consistent format (a map from
package ID to analysis name to result).

Change-Id: Icac703b944de55df42c996dc2f672005014ad57a
Reviewed-on: https://go-review.googlesource.com/c/149960
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/work/exec.go