GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Rename refactorings

Last modified: 23 August 2023

Use the Rename refactoring to change names of symbols, files, and all the references to them throughout code.

Renaming local variables or private methods can be done easily inline since only the limited scope is affected. Renaming types, interfaces, or public methods could potentially impact a lot of files. Preview potential changes before you refactor.