Skip to content

Instantly share code, notes, and snippets.

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

  • Save arriqaaq/4d385ef7c84ff8c43dd7f4c3e7ba9537 to your computer and use it in GitHub Desktop.

Select an option

Save arriqaaq/4d385ef7c84ff8c43dd7f4c3e7ba9537 to your computer and use it in GitHub Desktop.
p := NewPerson(func(p *Person) {
p.Name = "John"
p.Age = 25
p.Address = "123 Main St"
p.Phone = "555-555-5555"
p.Email = "john@example.com"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment