예제 #1
0
파일: pkg.go 프로젝트: JustinJudd/golang-nw
func nwDownload(p pkg.Pkg) (string, error) {
	return p.Download(cacheDir)
}