Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 12, 2020 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0c24d3ed6b27921cfd983415f851c437 to your computer and use it in GitHub Desktop.
Save parzibyte/0c24d3ed6b27921cfd983415f851c437 to your computer and use it in GitHub Desktop.
type VideoGame struct {
Id int64 `json:"id"`
Name string `json:"name"`
Genre string `json:"genre"`
Year int64 `json:"year"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment