1
0
mirror of https://github.com/golang/go synced 2024-11-05 11:36:10 -07:00
go/cmd/godex
Robert Griesemer f84e8b3f03 go.tools/cmd/godex: print correct type for const/var decls
The old code printed the underlying type; e.g., the type
of time.Millisecond was reported to be int64 rather than
time.Duration.

Testsuite (and corresponding tests) in progress (another CL).

LGTM=adonovan
R=adonovan, dsymonds
CC=golang-codereviews
https://golang.org/cl/94770045
2014-04-29 19:58:47 -07:00
..
doc.go go.tools/cmd/godex: update documentation 2014-04-07 13:49:05 -07:00
gc.go go.tools/cmd/godex: support for common path prefixes 2014-03-26 14:47:52 -07:00
gccgo.go go.tools/cmd/godex: remove spurious println 2014-03-28 15:26:40 -07:00
godex.go go.tools/cmd/godex: make relative package paths work 2014-04-18 12:44:23 -04:00
print.go go.tools/cmd/godex: print correct type for const/var decls 2014-04-29 19:58:47 -07:00
source.go go.tools/cmd/godex: support for common path prefixes 2014-03-26 14:47:52 -07:00
writetype.go go/tools/cmd/godex: print combined method sets 2014-04-02 08:49:21 -07:00