From dd3205fe5ae6ea61178ed6f8fb60284456403866 Mon Sep 17 00:00:00 2001 From: Rafal Jeczalik Date: Thu, 26 Mar 2015 11:26:31 +0100 Subject: [PATCH] Add gh, package for GitHub-centric ops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6af9ac7..681b81e 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for version control.* * [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. +* [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks * [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.