This commit is contained in:
cdle
2021-09-20 17:10:46 +08:00
parent 1d3987078b
commit 3609daf720
5 changed files with 82 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
package main
import _ "github.com/cdle/sillyGirl/core"
import "github.com/cdle/sillyGirl/core"
func main() {
core.RunServer()
select {}
}