Shioriko/main.go

13 lines
124 B
Go
Raw Normal View History

2021-05-09 15:07:23 +00:00
package main
import (
"embed"
"github.com/Damillora/Shioriko/pkg/app"
)
func main() {
app.Initialize()
app.Start()
}