1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:48:32 -06:00
go/refactor
Alan Donovan fb44a24d4c refactor/rename: fix crash when renaming anonymous struct field that's a qualified reference
(or a pointer, or both).

+ test

Fixes bug 8924

LGTM=sameer
R=dominik.honnef, sameer
CC=<dominik.honnef, golang-codereviews
https://golang.org/cl/158920043
2014-11-10 16:03:40 -05:00
..
eg go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
importgraph go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
lexical go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
rename refactor/rename: fix crash when renaming anonymous struct field that's a qualified reference 2014-11-10 16:03:40 -05:00
satisfy go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
README go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00

golang.org/x/tools/refactor: libraries for refactoring tools.