Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 287 Bytes

gohook

Introduction

gohook is a small library for working with Github webhooks in Go. Currently all types of events are served, except for those which Github no longer sends as webhook events.

gohook is loosely based on phayes' hookserve.