diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-03-13 05:48:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 05:48:02 +0100 |
commit | 5f4169fe242e7c80d779984a86a1de5a1eb78218 (patch) | |
tree | 0431d17b769aacdf9cc851ee541ac220e3fd7420 | |
parent | 4eef16a98d093057f1e4c560da4ed3bbba67cd76 (diff) | |
download | go-git-5f4169fe242e7c80d779984a86a1de5a1eb78218.tar.gz |
forcing the usage of gopkg.in/src-d/go-git.v4
-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 "gopkg.in/src-d/go-git.v4" |