10 lines
78 B
Go
10 lines
78 B
Go
package main
|
|
|
|
import (
|
|
"twitch-clone/pkg/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Init()
|
|
}
|