Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 640 Bytes

Quickstart: Inbound webhooks with Go and Gin

An example application demonstrating receiving a webhook with Go and the Gin Go web framework.

Before you begin

Ensure you have Go installed.

Get the code

git clone https://github.com/hookdeck/quickstarts hookdeck-quickstarts
cd hookdeck-quickstarts/go/inbound

Run the app

go run .