Last active
February 18, 2020 10:51
-
-
Save bykof/7e7c927239f1577a368531e748cfbbf1 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
package entity | |
type Order struct { | |
ID string | |
UserID string | |
Sum float64 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment