aboutsummaryrefslogtreecommitdiffstats
path: root/doc.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-16 13:22:25 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-16 13:22:25 +0100
commit579d1ac4d04b0b78c2e7338debe509b64eea165c (patch)
tree5dda8196ce526b872edb9283a7e5bcb0f21e953b /doc.go
parentefd2792a8c966f021f54776373314f4e189f7a70 (diff)
downloadgo-git-579d1ac4d04b0b78c2e7338debe509b64eea165c.tar.gz
documentation
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..a37a12d
--- /dev/null
+++ b/doc.go
@@ -0,0 +1,7 @@
+// Package git is a low level and highly extensible git client library for
+// reading repositories from git servers. It is written in Go from scratch,
+// without any C dependencies.
+//
+// We have been following the open/close principle in its design to facilitate
+// extensions.
+package git