Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created January 26, 2023 07:31
Show Gist options
  • Save arriqaaq/cebab992ce034f866d08c7445e638a04 to your computer and use it in GitHub Desktop.
Save arriqaaq/cebab992ce034f866d08c7445e638a04 to your computer and use it in GitHub Desktop.
myCarFactory := CarFactory{}
myCarFactory.SetPrototype(SportsCar{})
myCar := myCarFactory.Create()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment