glogcenter/glc/main.go
2022-07-02 11:31:38 +08:00

8 lines
68 B
Go

package main
import "glc/onstart"
func main() {
onstart.Run()
}