Skip to content

Commit

Permalink
Remove unused struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogappa committed Jun 26, 2024
1 parent 21f7d25 commit 9cf77cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions truco/truco.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,6 @@ func DeserializeAction(bs []byte) (Action, error) {
return action, nil
}

type RoundResult struct {
EnvidoWinnerPlayerID int `json:"envidoWinnerPlayerID"`
EnvidoPoints int `json:"envidoPoints"`
TrucoWinnerPlayerID int `json:"trucoWinnerPlayerID"`
TrucoPoints int `json:"trucoPoints"`
}

func _serializeActions(as []Action) []json.RawMessage {
_as := []json.RawMessage{}
for _, a := range as {
Expand Down

0 comments on commit 9cf77cb

Please sign in to comment.