Skip to content

Commit a9cf501

Browse files
authored
Merge pull request #4 from 2String/master
add comments to candy.go
2 parents 07573f7 + 4a0d774 commit a9cf501

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

candy.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ Store 消息及用户信息存储
1313
make
1414
1515
运行
16-
依次启动 master, notice, store, gate, 直接运行不需要参数,默认使用9000到9004端口
16+
依次启动 bin 目录下master, notice, store, gate, 直接运行不需要参数
17+
默认端口依次为:
18+
master:9001
19+
motice:9003
20+
store :9004
21+
gate :9000
1722
1823
1924
技术讨论QQ群:29996599
@@ -33,6 +38,7 @@ import (
3338
"github.com/dearcode/candy/util/log"
3439
)
3540

41+
// 这个文件仅用来触发ctags以解决 vim 开发下godef失效的问题
3642
func main() {
3743
msg := meta.Message{}
3844
fmt.Printf("msg:%+v\n", msg)

0 commit comments

Comments
 (0)