tools/go/gcimporter
Robert Griesemer df6f0829a2 go.tools/go/types: complete expr and type string functions
- consolidate them in (expr|type)string[_test].go
- support for printing all ast.Expr
- fix printing of type: chan (<-chan int) (parentheses)
- more consistent names, comments, and exports

R=adonovan
CC=golang-dev
https://golang.org/cl/28680043
2013-11-18 22:38:48 -08:00
..
testdata go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
exportdata.go go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
gcimporter.go go.tools/go/types: complete expr and type string functions 2013-11-18 22:38:48 -08:00
gcimporter_test.go go.tools/go/gcimporter: fix build by adjusting test to new print output 2013-11-15 11:58:23 -08:00