Add comment to exported function.

This commit is contained in:
Andrey Smirnov
2014-01-29 14:34:56 +04:00
parent 78c7bf6af1
commit 69eb6a85b0

View File

@@ -5,6 +5,7 @@ import (
"github.com/smira/aptly/debian"
)
//ListPackagesRefList shows list of packages in PackageRefList
func ListPackagesRefList(reflist *debian.PackageRefList) (err error) {
fmt.Printf("Packages:\n")