Documentation
¶
Index ¶
- Variables
- func Configure() error
- func Download(v domain.Version) error
- func DownloadFile(v domain.Version, config domain.Config) error
- func Exec(version string, args []string) error
- func Install(v domain.Version) error
- func LocalList() domain.Versions
- func Path(name string) (string, error)
- func RemoteList(os string, arch string) domain.Versions
- func Uninstall(versionName string) error
- type WriteCounter
Constants ¶
This section is empty.
Variables ¶
View Source
var URL = "https://golang.org/dl/"
Functions ¶
Types ¶
type WriteCounter ¶
type WriteCounter struct {
Total uint64
}
func (WriteCounter) PrintProgress ¶
func (wc WriteCounter) PrintProgress()
Click to show internal directories.
Click to hide internal directories.