freedom/bot/main.go

8 lines
100 B
Go

package main
var version = "v0.01"
func main() {
initGitHubClient(version)
listenForWebhook()
}