mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
8 lines
67 B
Go
8 lines
67 B
Go
package main
|
|
|
|
import "glc/onstart"
|
|
|
|
func main() {
|
|
onstart.Run()
|
|
}
|