From dc0f5f68524c127aca4105b30caf1549e7704b10 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Mon, 2 Nov 2015 10:42:54 -0500 Subject: [PATCH] Add webhooks library * Add Github Webhook library, more service to come i.e. BitBucket.. https://github.com/go-playground/webhooks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1460dce..cddae0f2 100644 --- a/README.md +++ b/README.md @@ -834,6 +834,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. * [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. +* [webhooks](https://github.com/go-playground/webhooks) - Webhook reciever for GitHub.. more services to come ## Video