<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Golang on Chris Hein</title>
    <link>https://hein.dev/tags/golang/</link>
    <description>Recent content in Golang on Chris Hein</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>hello@chrishein.com (Chris Hein)</managingEditor>
    <webMaster>hello@chrishein.com (Chris Hein)</webMaster>
    <lastBuildDate>Fri, 02 Aug 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://hein.dev/tags/golang/feed.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Custom Go Vanity URL for Cheap Using Amazon Lambda</title>
      <link>https://hein.dev/blog/2019/08/using-go-path-router/</link>
      <pubDate>Fri, 02 Aug 2019 00:00:00 +0000</pubDate>
      <author>hello@chrishein.com (Chris Hein)</author>
      <guid>https://hein.dev/blog/2019/08/using-go-path-router/</guid>
      <description>&lt;p&gt;&lt;code&gt;go&lt;/code&gt;&amp;rsquo;s CLI tool provides a very powerful way of accessing your code, specifically the subcommand &lt;code&gt;go get&lt;/code&gt;. Typical people use &lt;code&gt;go get&lt;/code&gt; for it&amp;rsquo;s resolving and adding dependencies to their package but it can also be used as a proxy for &lt;code&gt;git clone&lt;/code&gt;. It can also resolve these dependencies from any domain that returns the right &lt;code&gt;html&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Go Version for Cobra Projects</title>
      <link>https://hein.dev/blog/2018/07/go-version-for-cobra-projects/</link>
      <pubDate>Wed, 25 Jul 2018 00:00:00 +0000</pubDate>
      <author>hello@chrishein.com (Chris Hein)</author>
      <guid>https://hein.dev/blog/2018/07/go-version-for-cobra-projects/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Do you use &lt;code&gt;cobra&lt;/code&gt; and  &lt;code&gt;goreleaser&lt;/code&gt; to package and build your golang CLIs.
If not, you should reconsider. They are a fantastic combination and combined
with one of my new projects you can add an easy to use and extensible version
subcommand which features different outputs&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
  </channel>
</rss>