Skip to content

Instantly share code, notes, and snippets.

@lachlan-eagling
Last active October 12, 2019 01:38
Show Gist options
  • Select an option

  • Save lachlan-eagling/f351416ea78ae6b987a6175681fca8e3 to your computer and use it in GitHub Desktop.

Select an option

Save lachlan-eagling/f351416ea78ae6b987a6175681fca8e3 to your computer and use it in GitHub Desktop.
Blog - Anatomy of a Struct (Basic User Struct)
type User struct {
firstName string
lastName string
username string
age int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment