소스 검색

gameid --> gameId

Ronald Peterson 10 년 전
부모
커밋
ec410ea453
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {