Documentation
¶
Index ¶
Constants ¶
View Source
const SrcPkg = "src"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoInstOptions ¶
type AutoInstOptions struct {
// if ImportPaths is empty, Src is parsed in order to populate it
ImportPaths []string
Src string
// the environment variables as passed by the client - they should not be merged with os.Environ(...)
// GOPATH is be valid
Env map[string]string
// the installsuffix to use for pkg paths
InstallSuffix string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.