mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-09 21:47:22 +00:00
11 lines
112 B
Go
11 lines
112 B
Go
package main
|
|
|
|
import (
|
|
"github.com/Damillora/phoebe/pkg/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Initialize()
|
|
app.Start()
|
|
}
|