Shioriko/main.go

11 lines
114 B
Go

package main
import (
"github.com/Damillora/Shioriko/pkg/app"
)
func main() {
app.Initialize()
app.Start()
}