Remove Item type in favor of just byte
This commit is contained in:
parent
d08a15e201
commit
e1bff92a56
4 changed files with 4 additions and 10 deletions
|
@ -26,5 +26,5 @@ type Rover struct {
|
|||
Attributes RoverAttributes `json:"attributes"`
|
||||
|
||||
// Inventory represents any items the rover is carrying
|
||||
Inventory []Item `json:"inventory"`
|
||||
Inventory []byte `json:"inventory"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue