diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 13:22:25 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 13:22:25 +0100 |
commit | 579d1ac4d04b0b78c2e7338debe509b64eea165c (patch) | |
tree | 5dda8196ce526b872edb9283a7e5bcb0f21e953b /doc.go | |
parent | efd2792a8c966f021f54776373314f4e189f7a70 (diff) | |
download | go-git-579d1ac4d04b0b78c2e7338debe509b64eea165c.tar.gz |
documentation
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 |