1
0
mirror of https://github.com/golang/go synced 2024-11-18 06:54:49 -07:00
go/refactor
Dominik Honnef 860883f6da refactor/rename: require cl-lib, use cl- namespace
go-rename.el used the cl list* macro without requiring cl. This only
worked for people who required it for other code. go-guru.el, before its
removal from the tree, changed from cl to cl-lib, indirectly breaking
go-rename.el for some users.

Switch to using cl-list* and require cl-lib.

Fixes golang/go#17468

Change-Id: I70f2052b9fd3d1a8671794d9a3954be218026af2
Reviewed-on: https://go-review.googlesource.com/31471
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-10-19 16:26:16 +00:00
..
eg refactor/eg: fix build after deletion of x/tools/go/types 2016-04-06 22:02:45 +00:00
importgraph refactor/importgraph: document that graphs are cyclic 2016-03-03 22:47:59 +00:00
rename refactor/rename: require cl-lib, use cl- namespace 2016-10-19 16:26:16 +00:00
satisfy x/tools: remove remaining files tagged for Go 1.4 2016-04-12 18:58:24 +00: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.