Ver código fonte

Fix function comments based on best practices from Effective Go

Signed-off-by: CodeLingo Bot <bot@codelingo.io>
CodeLingo Bot 6 anos atrás
pai
commit
1771c8f0b3
1 arquivos alterados com 1 adições e 1 exclusões
  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 := ""