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 Builder ¶ added in v0.4.0
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
Click to show internal directories.
Click to hide internal directories.