We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc4ae5 commit 2b024c3Copy full SHA for 2b024c3
cn/goworld_cn.go
@@ -1,4 +1,6 @@
1
-// GoWorld是一个分布式的游戏服务器引擎
+// goworld库为开发者提供大部分的GoWorld服务器引擎接口
2
+// GoWorld是一个分布式的游戏服务器引擎,理论上支持无限横向扩展。
3
+// 一个GoWorld服务器由三种不同的进程注册:dispatcher、gate、game。
4
package goworld
5
6
import (
0 commit comments