# README
Webhook forwarder API in Go
Very much a work in progress. Replicating in Go the webhook forwarder I built in Python as a way to better understand the language.
To-do
Forward webhook function: headers and bodyFetch acceptable IPs from GitHub meta apiProper 'is in' logic for IPs - GitHub returns CIDR rangesParse IP fields as IPs for safetyEnv variables: TARGET_URLEnv variables: WEBHOOK_TOKEN_SECRET- Tests
- Coverage analysis for tests
- Go 'maintainability' analysis
# Packages
No description provided by the author