This is a simple GitHub webhook listener written in Go.
It listens for incoming webhook requests from GitHub and handles them accordingly.
To use the webhook listener, GitHub should send a POST request to the following endpoint:
/github
You can pass a chat_id as a query parameter to receive notifications for a specific chat. Example: /github?chat_id=123456789
Check out the source code on GitHub.