Created
January 24, 2023 12:22
-
-
Save arriqaaq/4d385ef7c84ff8c43dd7f4c3e7ba9537 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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