Skip to content

Commit

Permalink
goworld_cn文档
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaonanln committed Jul 30, 2018
1 parent 2b34d9b commit 2e38128
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cn/goworld_cn.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// goworld库为开发者提供大部分的GoWorld服务器引擎接口。
//
// GoWorld是一个分布式的游戏服务器引擎,理论上支持无限横向扩展。
// 一个GoWorld服务器由三种不同的进程注册:dispatcher、gate、game。
/*
*goworld*库为开发者提供大部分的GoWorld服务器引擎接口。
GoWorld是一个分布式的游戏服务器引擎,理论上支持无限横向扩展。
一个GoWorld服务器由三种不同的进程注册:dispatcher、gate、game。
*/
package goworld

import (
Expand Down

0 comments on commit 2e38128

Please sign in to comment.