Browse Source

Fix function comments based on best practices from Effective Go

Signed-off-by: CodeLingo Bot <bot@codelingo.io>
CodeLingo Bot 6 years ago
parent
commit
1771c8f0b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      print.go

+ 1 - 1
print.go

@@ -189,7 +189,7 @@ func (u upSlice) print() {
 	}
 }
 
-// printDownloadsFromRepo prints repository packages to be downloaded
+// Print prints repository packages to be downloaded
 func (do *depOrder) Print() {
 	repo := ""
 	repoMake := ""