Skip to content

Instantly share code, notes, and snippets.

@krittawatcode
Created November 20, 2020 17:58
Show Gist options
  • Save krittawatcode/9889450540a222e0a101984419b75daa to your computer and use it in GitHub Desktop.
Save krittawatcode/9889450540a222e0a101984419b75daa to your computer and use it in GitHub Desktop.
package cores
type Solider struct {
Rank string `json:"rank"`
Wife int `json:"wife"`
Salary int `json:"salary"`
Home bool `json:"home"`
Car bool `json:"car"`
Corruption bool `json:"corruption"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment