Skip to content

Latest commit

 

History

History

inbound

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 .