Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 187 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 187 Bytes

Iterator Design Pattern

Instructions in the code at //TODO comments.

To run : go run *.go

Example of expected output :

User is &{name:a age:30}
User is &{name:b age:20}