aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/progress/main.go
diff options
context:
space:
mode:
Diffstat (limited to '_examples/progress/main.go')
-rw-r--r--_examples/progress/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/progress/main.go b/_examples/progress/main.go
index 81546c3..6d68f84 100644
--- a/_examples/progress/main.go
+++ b/_examples/progress/main.go
@@ -7,6 +7,7 @@ import (
. "srcd.works/go-git.v4/_examples"
)
+// Example of how to show the progress when you do a basic clone operation.
func main() {
CheckArgs("<url>", "<directory>")
url := os.Args[1]