Skip to content

Instantly share code, notes, and snippets.

@kitz99
Last active July 1, 2018 08:39
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 kitz99/cf3e23c1d73659c4f36ac99a5d815d5a to your computer and use it in GitHub Desktop.
Save kitz99/cf3e23c1d73659c4f36ac99a5d815d5a to your computer and use it in GitHub Desktop.
type Product struct {
Title string `json:"title"`
Description string `json:"description"`
Price string `json:"price"`
}
type ProductList []Product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment