all repos — gopipe @ 72f5236b15f0ae2fd00b01b36a7bce52dbd2c429

Embed YouTube videos on Telegram, Discord and more!

main.go (view raw)

1package main
2
3import "github.com/birabittoh/gopipe/src/app"
4
5func main() {
6	app.Main()
7}