1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:08:33 -06:00
go/cmd/godex
Robert Griesemer 03478d3d3e go.tools/cmd/godex: better argument handling
1) Split a path.name argument at the last '.' that
   is not part of the path.

2) Try various importers always in the same order
   for consistent results (use lists instead of maps).

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/80790043
2014-03-26 09:54:20 -07:00
..
doc.go go.tools/cmd/godex: a tool to dump export information 2014-03-25 15:26:38 -07:00
gc.go go.tools/cmd/godex: a tool to dump export information 2014-03-25 15:26:38 -07:00
gccgo.go go.tools/cmd/godex: a tool to dump export information 2014-03-25 15:26:38 -07:00
godex.go go.tools/cmd/godex: better argument handling 2014-03-26 09:54:20 -07:00
print.go go.tools/cmd/godex: nicer formatting 2014-03-26 08:38:40 -07:00
source.go go.tools/cmd/godex: a tool to dump export information 2014-03-25 15:26:38 -07:00
writetype.go go.tools/cmd/godex: nicer formatting 2014-03-26 08:38:40 -07:00