Documentation
¶
Index ¶
Constants ¶
View Source
const GVM = "gvm"
Variables ¶
View Source
var ( IsOffline bool PackagePath string )
View Source
var ( IsRemote bool ListNumber int ListAll bool )
View Source
var ( Registry string Cache bool )
View Source
var GVMRCTemplateInUnix = `` /* 236-byte string literal not displayed */
View Source
var SetUpGVMInUnix = `
# gvm shell setup
if [ -f "${HOME}/gvm/.gvmrc" ]; then
source "${HOME}/gvm/.gvmrc"
fi
`
View Source
var SupportMirrors = []string{
"https://dl.google.com/go",
"https://mirrors.aliyun.com/golang",
}
View Source
var Version string
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.