unified-push-xmpp/distributor/main.go

10 lines
73 B
Go
Raw Normal View History

2021-09-05 13:31:06 +02:00
package main
import (
"fmt"
)
func main() {
fmt.Println("startup")
}