go-mastodon-matrix-webhooks/main.go
2022-11-20 17:36:31 +13:00

8 lines
64 B
Go

package main
import "log"
func main() {
log.Printf("Test")
}