twitch-clone/main.go
2022-09-23 21:37:00 +02:00

10 lines
78 B
Go

package main
import (
"twitch-clone/pkg/app"
)
func main() {
app.Init()
}