diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 8762b4a..334664f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,6 +7,7 @@ Here you can find a list of annotated _go-git_ examples: - [open](open/main.go) - Opening a existing repository cloned by _git_ - [clone](clone/main.go) - Cloning a repository - [remotes](remotes/main.go) - Working with remotes: adding, removing, etc +- [progress](progress/main.go) - Priting the progress information from the sideband ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one |