blob: a37a12d04e2650ad402452d2c08ec1254bfab366 (
plain) (
blame)
1
2
3
4
5
6
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
|