import ro.redeul.google.go.refactoring.introduce.GoIntroduceVariableHandler;
public class GoRefactoringSupportProvider extends RefactoringSupportProvider {
@Override
public RefactoringActionHandler getIntroduceVariableHandler() {
return new GoIntroduceVariableHandler();
}