aozhiwei 33c2d6a622 1
2023-09-07 12:53:44 +08:00

10 lines
80 B
Go

package main
import (
"main/initialize"
)
func main() {
initialize.Init()
}