Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultInstaller ¶
type DefaultInstaller struct {
// contains filtered or unexported fields
}
DefaultInstaller implements Installer using go install.
func NewDefaultInstaller ¶
func NewDefaultInstaller() *DefaultInstaller
NewDefaultInstaller creates a new DefaultInstaller.
func NewDefaultInstallerWithGOPROXY ¶ added in v0.1.4
func NewDefaultInstallerWithGOPROXY(goproxy string) *DefaultInstaller
NewDefaultInstallerWithGOPROXY creates a new DefaultInstaller that overrides the GOPROXY environment variable with the provided value when it is non-empty.
Click to show internal directories.
Click to hide internal directories.