From d898b549f1b70f23357cde46834ccde040d8da27 Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Sun, 24 Mar 2019 20:16:58 +0100 Subject: [PATCH] Add go-git (#2442) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eec1ad97..bebadd38 100644 --- a/README.md +++ b/README.md @@ -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. * [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. * [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories.