You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for defining the conflicting symbols. We don't have a specific proposal to deprecate and delete cmd/gorename, but we probably should as its core functionality is accessible through gopls:
go-rename.el:
(defun go-rename (new-name &optional force)
go-mode.el:
(defun go-rename ()
And since go-rename.el requires go-mode.el, go-rename.el no longer compiles cleanly.
The text was updated successfully, but these errors were encountered: