Skip to content

Commit ad05f2f

Browse files
committed
update data
1 parent b2d721d commit ad05f2f

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ func SyncMeassgeFun(content string) {
6363
}
6464
}
6565

66-
// //json str 转map
67-
// var dat map[string]interface{}
68-
// if err := json.Unmarshal([]byte(jsonStr), &dat); err == nil {
69-
// fmt.Println("==============json str 转map=======================")
70-
// fmt.Println(dat)
71-
// fmt.Println(dat["host"])
72-
// }
73-
7466
// 字符串 解析成 json
7567

7668
func HandleCltProtocol(protocol interface{}, protocol2 interface{}, ProtocolData map[string]interface{}) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ func Run() {
1616
defer logger.Close()
1717
}
1818

19-
log.Release("Golang语言社区 LeafLtd %v starting up", version)
19+
log.Release("Golang语言社区 LollipopGo %v starting up", version)
2020
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package LollipopGo
22

3-
const version = "1.1.8"
3+
const version = "1.1.0"

0 commit comments

Comments
 (0)