Skip to content

Instantly share code, notes, and snippets.

@bykof
Last active February 18, 2020 10:51
Show Gist options
  • Save bykof/7e7c927239f1577a368531e748cfbbf1 to your computer and use it in GitHub Desktop.
Save bykof/7e7c927239f1577a368531e748cfbbf1 to your computer and use it in GitHub Desktop.
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