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 Buffalo v0.17.x instead of latest given there are some breaking changes in v0.18.x.
func (GetBuffalo) Name ¶ added in v0.11.4
func (gag GetBuffalo) 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.