From b3b6e51565dcdbf81546f1d8f0121874a4e4fce9 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sun, 12 Feb 2017 23:03:47 +0100 Subject: submodule init implementation --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 3d817fe..7f57cbd 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 "srcd.works/go-git.v4" -- cgit