Explorar el Código

Fix function comments based on best practices from Effective Go

Signed-off-by: CodeLingo Bot <bot@codelingo.io>
CodeLingo Bot hace 6 años
padre
commit
1771c8f0b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 := ""