Skip to content

Commit e278a0f

Browse files
committed
学习使用auth2库
1 parent cf5a39c commit e278a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

game/match/match.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ func (m *MatchPool) match() {
9090
return true
9191
})
9292
ratingMap.Range(func(key, value interface{}) bool {
93+
fmt.Println("key", key, "value", value)
94+
fmt.Println("key", key, "value", value)
95+
fmt.Println("key", key, "value", value)
9396
m.matchUser(ratingMap, key, value)
9497
return true
9598
})

0 commit comments

Comments
 (0)