mirror of
https://github.com/golang/go
synced 2024-11-18 09:04:49 -07:00
tools/refactor/rename: add provide to rename.el
Fixes #11110 Change-Id: I29eaff7f730f7680afaa9ad058ac797bdab98a18 Reviewed-on: https://go-review.googlesource.com/11947 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
5c915edf62
commit
ea5101579e
@ -92,3 +92,5 @@ the `gorename' tool. With FORCE, call `gorename' with the
|
||||
(replace-regexp-in-string "[\t\n ]*\\'"
|
||||
""
|
||||
(buffer-substring (point-min) (point-max))))
|
||||
|
||||
(provide 'go-rename)
|
||||
|
Loading…
Reference in New Issue
Block a user