Add go-git (#2442)

This commit is contained in:
Vadim Markovtsev 2019-03-24 20:16:58 +01:00 committed by Cássio Botaro
parent 340b7db062
commit d898b549f1

View File

@ -1693,6 +1693,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks. * [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks.
* [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. * [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2.
* [go-git](https://github.com/src-d/go-git) - highly extensible Git implementation in pure Go.
* [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go. * [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go.
* [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. * [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories.