mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Implementation of upload file to local repo APIs. #116
This commit is contained in:
@@ -94,6 +94,10 @@ func (l *PackageRefList) Has(p *Package) bool {
|
||||
|
||||
// Strings builds list of strings with package keys
|
||||
func (l *PackageRefList) Strings() []string {
|
||||
if l == nil {
|
||||
return []string{}
|
||||
}
|
||||
|
||||
result := make([]string, l.Len())
|
||||
|
||||
for i := 0; i < l.Len(); i++ {
|
||||
|
||||
Reference in New Issue
Block a user