Skip to content

Instantly share code, notes, and snippets.

@wttw
Created September 6, 2017 23:09
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 wttw/e20a08fddd50c9ae128847b0bf4fd598 to your computer and use it in GitHub Desktop.
Save wttw/e20a08fddd50c9ae128847b0bf4fd598 to your computer and use it in GitHub Desktop.
type MyJsonName struct {
Buy float64 `json:"buy"`
High float64 `json:"high"`
Last float64 `json:"last"`
Low float64 `json:"low"`
Sell float64 `json:"sell"`
Vol int `json:"vol"`
Volume int `json:"volume"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment