aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-03-13 05:48:02 +0100
committerGitHub <noreply@github.com>2017-03-13 05:48:02 +0100
commit5f4169fe242e7c80d779984a86a1de5a1eb78218 (patch)
tree0431d17b769aacdf9cc851ee541ac220e3fd7420
parent4eef16a98d093057f1e4c560da4ed3bbba67cd76 (diff)
downloadgo-git-5f4169fe242e7c80d779984a86a1de5a1eb78218.tar.gz
forcing the usage of gopkg.in/src-d/go-git.v4
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 3d817fe..60f2261 100644
--- a/doc.go
+++ b/doc.go
@@ -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"