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 /doc.go | |
parent | 5a8fcd1e7e9464f96afc5f1696e6aea345a932f3 (diff) | |
download | go-git-fa35e5c2372f8a103aa0ab8baa13116a25abd03a.tar.gz |
examples: aerospike example (#250)
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ // It is highly extensible, we have been following the open/close principle in // its design to facilitate extensions, mainly focusing the efforts on the // persistence of the objects. -package git +package git // import "srcd.works/go-git.v4" |