mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-10-31 20:17:32 +00:00
11 lines
114 B
Go
11 lines
114 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/Damillora/Shioriko/pkg/app"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
app.Initialize()
|
||
|
app.Start()
|
||
|
}
|