mirror of
https://github.com/idanoo/go-mastodon-matrix-webhooks.git
synced 2024-11-22 08:25:17 +00:00
8 lines
64 B
Go
8 lines
64 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func main() {
|
|
log.Printf("Test")
|
|
}
|