commit | 03478d3d3e8e39b312530dc7d797a25d796c4731 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Wed Mar 26 09:54:20 2014 -0700 |
committer | Robert Griesemer <gri@golang.org> | Wed Mar 26 09:54:20 2014 -0700 |
tree | c5be8bb151566cb86408714a410653ad109d1843 | |
parent | 8648e1a4819c5044ad85ce73286aaf2de8c950e6 [diff] |
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