Go Closures: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Go Concepts - Functions =Overview= Anonymous function that capture local variables. More about closures is available here.") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Go Concepts - Functions]] | * [[Go Concepts - Functions#Closures|Functions]] | ||
=Overview= | =Overview= |