Last active
July 3, 2020 12:31
-
-
Save bykof/c9f86122e8bc8b97ed13f0ce91d80a01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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