diff options
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |