Skip to content

Instantly share code, notes, and snippets.

@CharlesWinter
Created January 22, 2021 15:28
Show Gist options
  • Save CharlesWinter/1caf679d1dae345662b3f8c8fe8144b5 to your computer and use it in GitHub Desktop.
Save CharlesWinter/1caf679d1dae345662b3f8c8fe8144b5 to your computer and use it in GitHub Desktop.
The entities package customer struct
package entities
type Customer struct {
ID uint
FirstName string
Postcode string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment