# Functions
ActionsMap returns a mapping from a string to an Action.
NewAction returns new Action.
NewGoFmtAction returns a new instance of GoFmtAction.
# Structs
GoFmtAction declares "go fmt" action.
# Interfaces
Action declares interface for all actions.
# Type aliases
NewActionFunc declares a function to return a new action.