aboutsummaryrefslogtreecommitdiffstats
path: root/doc.go
diff options
context:
space:
mode:
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