mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Add comment to exported function.
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
|||||||
"github.com/smira/aptly/debian"
|
"github.com/smira/aptly/debian"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//ListPackagesRefList shows list of packages in PackageRefList
|
||||||
func ListPackagesRefList(reflist *debian.PackageRefList) (err error) {
|
func ListPackagesRefList(reflist *debian.PackageRefList) (err error) {
|
||||||
fmt.Printf("Packages:\n")
|
fmt.Printf("Packages:\n")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user