Versions in this module Expand all Collapse all v0 v0.0.3 Jan 1, 2021 Changes in this version + func CheckPackageExists(name, libDir string, operators [][]string) bool + func SingleThreadDownload(libDir string, packages []string, offset int) (int, int) + func UninstallPackages(libDir string, packages []string, collectDependencies, inRecurse bool) (int, int, int64) + type Buffer struct + DownloadedBytes int + Total int + func (b *Buffer) UpdateTotal(value int) + func (b *Buffer) Write(data []byte) (int, error) + type Package struct + LibDir string + Name string + Operators [][]string + func (pkg *Package) DefaultInstall(offset int) (string, string, []string, error) + func (pkg *Package) Prepare()