Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created January 24, 2023 12:17
Show Gist options
  • Select an option

  • Save arriqaaq/379ba6bcd82f451510780de90d428eef to your computer and use it in GitHub Desktop.

Select an option

Save arriqaaq/379ba6bcd82f451510780de90d428eef to your computer and use it in GitHub Desktop.
func main() {
person := NewPersonBuilder().
WithName("John").
WithAge(25).
WithAddress("123 Main St").
WithPhone("555-555-5555").
WithEmail("john@example.com").
Build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment