mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 14:07:22 +00:00
13 lines
124 B
Go
13 lines
124 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
|
||
|
"github.com/Damillora/Shioriko/pkg/app"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
app.Initialize()
|
||
|
app.Start()
|
||
|
}
|