diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-02-02 11:52:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 11:52:29 +0100 |
commit | fa35e5c2372f8a103aa0ab8baa13116a25abd03a (patch) | |
tree | d5cc7c609629d5a62935867a9884aeee7ff0c10b /_examples/README.md | |
parent | 5a8fcd1e7e9464f96afc5f1696e6aea345a932f3 (diff) | |
download | go-git-fa35e5c2372f8a103aa0ab8baa13116a25abd03a.tar.gz |
examples: aerospike example (#250)
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md index 334664f..d027d50 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -11,4 +11,4 @@ Here you can find a list of annotated _go-git_ examples: ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one -- [storage](storage/main.go) - Implementing a custom storage system +- [storage](storage/README.md) - Implementing a custom storage system |