Skip to content

Commit 9a23454

Browse files
committed
Update conf.go
1 parent a221548 commit 9a23454

File tree

1 file changed

+1
-3
lines changed
  • 第一季 从零开始写游戏服务器 第二期/最新课节--课程代码/vender/src/LollipopGo/LollipopGo/conf

1 file changed

+1
-3
lines changed

第一季 从零开始写游戏服务器 第二期/最新课节--课程代码/vender/src/LollipopGo/LollipopGo/conf/conf.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package conf
22

3-
// 配置文件定义
4-
// 数据定义操作
53
var (
64
LenStackBuf = 4096
75

@@ -12,7 +10,7 @@ var (
1210

1311
// console
1412
ConsolePort int
15-
ConsolePrompt string = "Leaf# "
13+
ConsolePrompt string = "LollipopGo# "
1614
ProfilePath string
1715

1816
// cluster

0 commit comments

Comments
 (0)