This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
go_references [2019/10/03 06:49] luciano [Value vs pointer methods] |
go_references [2019/10/03 06:49] (current) luciano [Iterators] |
||
---|---|---|---|
Line 54: | Line 54: | ||
==== Iterators ==== | ==== Iterators ==== | ||
- | * [[https://ewencp.org/blog/golang-iterators/index.html|Iterators in Go]]: | + | * [[https://ewencp.org/blog/golang-iterators/index.html|Iterators in Go]]: A Survey of Iterator (or Generator) Patterns in golang |
- | A Survey of Iterator (or Generator) Patterns in golang | + | |
* [[https://blog.kowalczyk.info/article/1Bkr/3-ways-to-iterate-in-go.html|3 ways to iterate in Go]] | * [[https://blog.kowalczyk.info/article/1Bkr/3-ways-to-iterate-in-go.html|3 ways to iterate in Go]] | ||
===== Functions ===== | ===== Functions ===== |