aozhiwei 40c25c5a0d 1
2023-09-07 12:12:32 +08:00

12 lines
83 B
Go

package main
import (
"f5"
"main/app"
)
func main() {
f5.Run(app.GetApp())
}