irc-webhooks/main.go

6 lines
53 B
Go
Raw Normal View History

2018-11-16 16:43:18 +00:00
package main
func main() {
ListenForWebhook()
}