Skip to content

Instantly share code, notes, and snippets.

@cn007b
Created October 26, 2018 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cn007b/3dd2ae69ad05ff1f87762d4f28ba02e4 to your computer and use it in GitHub Desktop.
Save cn007b/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