7 lines
96 B
Go
7 lines
96 B
Go
package rest
|
|
|
|
type Status struct {
|
|
Turn uint `json:"turn"`
|
|
Players int `json:"players"`
|
|
}
|