glogcenter/glc/main.go
2022-09-15 21:41:22 +08:00

8 lines
67 B
Go

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