Pārlūkot izejas kodu

gameid --> gameId

Ronald Peterson 10 gadi atpakaļ
vecāks
revīzija
ec410ea453
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      games/gameserver.go

+ 1 - 1
games/gameserver.go

@@ -55,7 +55,7 @@ func serveGames(gameServer GameServer) {
 
 type stompGameStart struct {
 	Type   string `json:"type"`
-	GameId int64  `json:"gameid"`
+	GameId int64  `json:"gameId"`
 }
 
 func (games GameServer) AddGame(x, y int, stompConnection *extStomp.Conn) *Game {