DownloadURL return relative URL to package download location
()
| 50 | |
| 51 | // DownloadURL return relative URL to package download location |
| 52 | func (f *PackageFile) DownloadURL() string { |
| 53 | return filepath.Join(f.downloadPath, f.Filename) |
| 54 | } |
| 55 | |
| 56 | // PackageFiles is collection of package files |
| 57 | type PackageFiles []PackageFile |
no outgoing calls