Andrew Gerrand
5ebbcd132f
go.tools: use golang.org/x/... import paths
...
Rewrite performed with this command:
sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \
$(grep -lr 'code.google.com/p/go.' *)
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/170920043
2014-11-10 08:50:40 +11:00
Paul Nasrat
89156360f9
go.tools/refactor/eg: Support promoted fields and methods.
...
As per http://golang.org/ref/spec#Struct_types enable eg tool
to wildcard match against promoted fields and methods.
LGTM=adonovan
R=adonovan, gordon.klaus
CC=golang-codereviews
https://golang.org/cl/129260043
2014-08-25 16:26:54 -04:00
Alan Donovan
8eccac8f9a
go.tools/refactor/eg: avoid nonstandard 'diff -N' option.
...
(To fix broken Solaris test)
LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/90080044
2014-04-21 18:35:16 -04:00
Alan Donovan
ccb0e9ab88
go.tools/.hgignore: don't ignore test-generated files, clean them up.
...
(Includes rollback of CL 83680043.)
LGTM=gri
R=gri
CC=golang-codereviews, rsc
https://golang.org/cl/86430045
2014-04-10 13:17:20 -04:00
Alan Donovan
bfcffc697d
go.tools/refactor/eg: an example-based refactoring tool.
...
See refactor/eg/eg.go for details.
LGTM=crawshaw
R=crawshaw, gri, kamil.kisiel, josharian
CC=golang-codereviews
https://golang.org/cl/81010043
2014-04-02 12:24:55 -04:00