dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.38k stars 209 forks source link

go-rename in go-mode.el conflicts with go-rename in go-rename.el #442

Open gutron opened 1 month ago

gutron commented 1 month ago

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.

dominikh commented 1 month ago

@adonovan are there any plans to deprecate gorename in the same manner as guru?