no more omit

This commit is contained in:
Bel LaPointe
2021-03-12 07:35:02 -06:00
parent 21ab31b30d
commit bfa51bce7b
4 changed files with 121 additions and 4 deletions

View File

@@ -16,10 +16,10 @@ type Game struct {
}
type Player struct {
ID string `json:",omitempty"`
Name string `json:",omitempty"`
Card string `json:",omitempty"`
Balance Currency `json:",omitempty"`
ID string
Name string
Card string
Balance Currency
}
type Currency int