Implement an Interface
How to implement unexported interfaces.
GoLand offers the option to quickly implement an interface using the Implement methods action. Starting with GoLand 2023.1, this action works with exported and unexported interfaces.
Click the type and press ^I (macOS) / Ctrl+I (Windows/Linux). In the search field, type a name of the interface that you want to implement.