1# GoH
2Utility lib for writing extremely simple webhooks in go, among other things.
3
4# Packages
5
6For now, GoH has four packages.
7
81. `gohclient`: http helper methods to easily communicate with a REST api written in go.
9
102. `gohcmd`: methods to ease out the proper creation of cmd utilities.
11
123. `gohserver`: http helper methods to make it easy to create webhooks.
13
144. `gohtypes`: helper types for handling with webhook constructs
15
16# Examples
17
18You can find good examples that use goh in the following repositories:
19
20[Bindman DNS Webhook](http://github.com/labbsr0x/bindman-dns-webhook/)
21
22[Bindman DNS Swarm Listener](https://github.com/labbsr0x/bindman-dns-swarm-listener)
23
24[Bindman DNS Bind9 Manager](https://github.com/labbsr0x/bindman-dns-bind9)