Documentation ¶
Overview ¶
Reference: https://github.com/golang/go/blob/master/src/cmd/go/internal/cfg/cfg.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvOptions ¶
type EnvOptions struct {
// contains filtered or unexported fields
}
func NewEnvOptions ¶
func NewEnvOptions() *EnvOptions
func (*EnvOptions) Complete ¶
func (o *EnvOptions) Complete()
func (*EnvOptions) Run ¶
func (o *EnvOptions) Run() error
func (*EnvOptions) Validate ¶
func (o *EnvOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.