1
0
Fork 0
telegram-group2mastodon/main.go

8 lines
92 B
Go

package main
import "noa.mornie.org/eriol/tg2mastodon/cmd"
func main() {
cmd.Execute()
}