Hacker News new | ask | show | jobs
Know Go: Iterators in Go (bitfieldconsulting.com)
6 points by nanmu42 713 days ago
2 comments

Instead of turning on the experiment just try out the release candidate of 1.23, where it is enabled by default and which already contains the additions to the standard library.
TIL Go didn't have iterators until recently.