Skip to content

Instantly share code, notes, and snippets.

@cn007b
Created October 27, 2018 13:13
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/881df96995006bba8a7a33d96b36234d to your computer and use it in GitHub Desktop.
Save cn007b/881df96995006bba8a7a33d96b36234d to your computer and use it in GitHub Desktop.
GO ValueObject - vo part 4
func (i Instance) GetErrors() map[string]string {
return i.errors
}
func (i Instance) GetName() string {
return i.name
}
func (i Instance) GetEmail() string {
return i.email
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment