freedom/bot/main.go

6 lines
70 B
Go

package main
func main() {
initGitHubClient()
listenForWebhook()
}