Documentation
¶
Overview ¶
Standard package provides plugin that performs operations of the Go standard toolset. Things like compiling or running the base `go` prefixed commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AfterInitializer ¶
type AfterInitializer struct{}
func (*AfterInitializer) AfterInitialize ¶
Initialize the go module
func (AfterInitializer) Name ¶
func (i AfterInitializer) Name() string
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Fixer ¶
type Fixer struct{}
Fixer is in charge of performing a Fix operation that moves the main.go to cmd/[name-of-the-module]/main.go
type GetBuffalo ¶ added in v0.11.4
type GetBuffalo struct{}
func (GetBuffalo) AfterInitialize ¶ added in v0.11.4
Getting correct Buffalo version.
func (GetBuffalo) Name ¶ added in v0.11.4
func (gag GetBuffalo) Name() string
type GoImportsFixer ¶ added in v0.12.0
type GoImportsFixer struct{}
GoImportsFixer runs goimports for the given root directory.
func (GoImportsFixer) Name ¶ added in v0.12.0
func (ef GoImportsFixer) Name() string
type GoModTidyFixer ¶ added in v0.12.0
type GoModTidyFixer struct{}
GoModTidyFixer is a fixer that runs `go mod tidy`.
func (GoModTidyFixer) Name ¶ added in v0.12.0
func (ef GoModTidyFixer) Name() string
type Initializer ¶
type Initializer struct{}
func (*Initializer) Initialize ¶
Initialize the go module
func (Initializer) Name ¶
func (i Initializer) Name() string
type ModTidy ¶ added in v0.11.4
type ModTidy struct{}
func (ModTidy) AfterInitialize ¶ added in v0.11.4
Click to show internal directories.
Click to hide internal directories.