aboutsummaryrefslogtreecommitdiffstats
path: root/doc.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-02-03 14:02:06 +0100
committerGitHub <noreply@github.com>2017-02-03 14:02:06 +0100
commit8d45daf52a46b8b2cd496c9e885a1ac6d78007e3 (patch)
tree2e4002bf66bcd2fcb9e896e9b25a19c26b481575 /doc.go
parenta3344f15a67a67ed65f228db49e74fd390852e77 (diff)
downloadgo-git-8d45daf52a46b8b2cd496c9e885a1ac6d78007e3.tar.gz
removing import enforcement
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 7f57cbd..3d817fe 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 // import "srcd.works/go-git.v4"
+package git