Skip to content

Instantly share code, notes, and snippets.

@bykof
Last active July 3, 2020 12:31
Show Gist options
  • Save bykof/c9f86122e8bc8b97ed13f0ce91d80a01 to your computer and use it in GitHub Desktop.
Save bykof/c9f86122e8bc8b97ed13f0ce91d80a01 to your computer and use it in GitHub Desktop.
// domain/product.go
package domain
type Product struct {
Name string
Description string
Amount int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment