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 ]*\\'"
|
(replace-regexp-in-string "[\t\n ]*\\'"
|
||||||
""
|
""
|
||||||
(buffer-substring (point-min) (point-max))))
|
(buffer-substring (point-min) (point-max))))
|
||||||
|
|
||||||
|
(provide 'go-rename)
|
||||||
|
|
Loading…
Reference in New Issue