Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created August 31, 2015 21:51
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 tdshipley/e5805738cc54d0a12ddd to your computer and use it in GitHub Desktop.
Save tdshipley/e5805738cc54d0a12ddd to your computer and use it in GitHub Desktop.
Go Struct for JSON
type Person struct {
Name string `json:"name"`
Age int `json:"age"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment