package
0.1.1
Repository: https://github.com/artemrys/go-all-repos.git
Documentation: pkg.go.dev

# 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.