1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:28:43 -06:00
go/refactor
Konstantin Shaposhnikov 0227ea4101 refactor/rename: emacs: set up autoloading of go-rename function
Add an ;;;###autoload magic comment, so that the go-rename command can be used
without need to explicitly (require 'go-rename) first.

Change-Id: Ibdf9886fe98c55e1d948469aac972b568649f910
Reviewed-on: https://go-review.googlesource.com/16327
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-10-27 13:38:02 +00:00
..
eg refactor/eg: refactor to break dependency on go/loader 2015-09-01 14:26:06 +00:00
importgraph x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
rename refactor/rename: emacs: set up autoloading of go-rename function 2015-10-27 13:38:02 +00:00
satisfy go/types: move MethodSetCache into package go/types/typeutil 2015-06-05 17:34:01 +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.