aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/gotype.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-21go/types: update flag documentation for gotype commandRobert Griesemer
2018-12-04go/types: use new importer.ForCompiler for gotype commandRobert Griesemer
2018-02-22go/types: add -panic flag to gotype command for debuggingRobert Griesemer
2018-02-14go/types: make gotype continue after syntax errorsRobert Griesemer
2017-03-02go/types: support type checking of external tests with gotypeRobert Griesemer
2017-03-02go/types: gotype to always report the same first error nowRobert Griesemer
2017-03-02go/types: add a compiler param to SizesForJosh Bleecher Snyder
2017-03-01go/types: change local gotype command to use source importerRobert Griesemer
2015-09-29go/types: move gotype command into this directoryRobert Griesemer