Add comments where required.

This commit is contained in:
Andrey Smirnov
2015-02-20 23:47:17 +03:00
parent 77f928db69
commit b323e315d1
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import (
"strings"
)
// BuildGraph generates graph contents from aptly object database
func BuildGraph(collectionFactory *CollectionFactory) (gographviz.Interface, error) {
var err error