glogcenter/glc/main.go
2022-06-30 19:42:12 +08:00

8 lines
67 B
Go

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