<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: go</title>
  <id>https://waylonwalker.com/tags/go/atom.xml</id>
  <updated>2026-01-23T14:46:07Z</updated>
  <subtitle>All posts with the tag &#34;go&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/go/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/go/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>Dabbling In Go With Agents</title>
    <id>https://waylonwalker.com/dabbling-in-go-with-agents/</id>
    <updated>2026-01-23T14:46:07Z</updated>
    <published>2026-01-23T14:46:07Z</published>
    <link href="https://waylonwalker.com/dabbling-in-go-with-agents/" rel="alternate" type="text/html"></link>
    <summary type="text">I&#39;ve been dabbling with go this week using</summary>
    <content type="html">&lt;p&gt;I’ve been dabbling with go this week using&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 I&#39;m Coming Around To Go... - YouTube</title>
    <id>https://waylonwalker.com/thought-207/</id>
    <updated>2024-03-06T14:39:31Z</updated>
    <published>2024-03-06T14:39:31Z</published>
    <link href="https://waylonwalker.com/thought-207/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=N8fjU_hlwDI</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;N8fjU_hlwDI&#34; title=&#34;I&amp;#39;m Coming Around To Go...&#34; playlabel=&#34;Play: I&amp;#39;m Coming Around To Go...&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Go is feeling more and more like something I could throw in my tool belt as a python dev.  I really like that it’s garbage collected and has great error management.  I am just not sure how to work it in without it being the main thing.  The thing that is so cool is the ability to ship tiny pre-compiled binaries that just work, and the raw speed.  these binaries just get up and working without any warm up.  writing any cli in python I’m going to be using something like typer, and it takes half a second just to warm up, so even hello world cannot be faster than half a second.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Go by Example</title>
    <id>https://waylonwalker.com/thought-168/</id>
    <updated>2023-11-29T14:11:42Z</updated>
    <published>2023-11-29T14:11:42Z</published>
    <link href="https://waylonwalker.com/thought-168/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://gobyexample.com/</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://gobyexample.com/&#34; class=&#34;embed-card-link  has-avatar has-avatar-before&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/gobyexample.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/gobyexample.com.ico&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;Go by Example&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;gobyexample.com&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Fantastic resource for learning go.  You work through small examples quickly, learning single concepts along the way.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>