1
0
mirror of https://github.com/golang/go synced 2024-11-05 15:26:15 -07:00
go/cmd/gotype
Paul Jolly 8e779ee0a4 x/tools/cmd/gotype: support type checking of xtest packages.
As noted by griesemer in golang/go#18799, this doesn't address the issues
raised in golang/go#11415 because when checking an xtest package the
corresponding package is assumed to have been installed. This
however is similar to the assumptions made by go vet (raised
as an issue in golang/go#16086). So whilst not perfect, it will probably
suffice until golang/go#11415 is resolved.

Fixes golang/go#18799

Change-Id: I1ea005c402e5d6f5abddda68fee6386b0531dfba
Reviewed-on: https://go-review.googlesource.com/36992
Reviewed-by: Robert Griesemer <gri@golang.org>
2017-02-17 23:47:18 +00:00
..
doc.go cmd/gotype: keep gotype working with Go1.4 2015-08-25 03:53:50 +00:00
gotype.go x/tools/cmd/gotype: support type checking of xtest packages. 2017-02-17 23:47:18 +00:00