<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Channels on The Avid Gopher</title>
    <link>https://avidgopher.com/tags/channels/</link>
    <description>Recent content in Channels on The Avid Gopher</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://avidgopher.com/tags/channels/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Generators in Go</title>
      <link>https://avidgopher.com/posts/generators-in-go/</link>
      <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://avidgopher.com/posts/generators-in-go/</guid>
      <description>&lt;p&gt;Some of you might know Python&amp;rsquo;s generators, which are a simple but efficient way of iterating through collections. By using generators we keep things simple and leave all the overhead of managing memory and any iterator state behind us.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>