]> Cypherpunks repositories - gostls13.git/commit
go/types: support type checking of external tests with gotype
authorRobert Griesemer <gri@golang.org>
Thu, 2 Mar 2017 01:15:43 +0000 (17:15 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 2 Mar 2017 22:41:26 +0000 (22:41 +0000)
commit359ca5ccc8b801d6ca8f8e417135436ccde00212
treed723f1d45f033e1ddbee792930d95dcb625cb24a
parent9eac1c87a60de7b2b9a4fba01e31a852c01aaf97
go/types: support type checking of external tests with gotype

- renamed -a flag to -t
- added -x flag to specify external test files
- improved documentation and usage string

Change-Id: I7c850bd28a10ceaa55d599c22db07774147aa3f7
Reviewed-on: https://go-review.googlesource.com/37656
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/gotype.go