示例#1
0
文件: pkg.go 项目: hpgood/golang-nw
func nwDownload(p pkg.Pkg) (string, error) {
	return p.Download(cacheDir)
}