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
type Initializer ¶ added in v0.5.1
type Initializer struct{}
func (*Initializer) AfterInitialize ¶ added in v0.5.1
- Initializes module based on args[0] - Creates cmd/name/main.go
func (*Initializer) Flags ¶ added in v0.5.1
func (i *Initializer) Flags(flags []string) *pflag.FlagSet
func (Initializer) Name ¶ added in v0.5.1
func (i Initializer) Name() string
func (*Initializer) ParseFlags ¶ added in v0.5.1
func (i *Initializer) ParseFlags(flags []string)
Click to show internal directories.
Click to hide internal directories.