Skip to content

Instantly share code, notes, and snippets.

@cn0047
Created October 26, 2018 21:43
Show Gist options
  • Select an option

  • Save cn0047/3dd2ae69ad05ff1f87762d4f28ba02e4 to your computer and use it in GitHub Desktop.

Select an option

Save cn0047/3dd2ae69ad05ff1f87762d4f28ba02e4 to your computer and use it in GitHub Desktop.
GO ValueObject - example 2
type UserInput struct {
Name string
Email string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment