<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Go on Haoxiqiang&#39;s Blog</title>
    <link>https://blog.substitute.tech/en/tags/go/</link>
    <description>Recent content in Go on Haoxiqiang&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 10 Feb 2015 22:48:55 +0000</lastBuildDate>
    <atom:link href="https://blog.substitute.tech/en/tags/go/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Started with Go: First Program and Basic Practices</title>
      <link>https://blog.substitute.tech/en/posts/go1/</link>
      <pubDate>Tue, 10 Feb 2015 22:48:55 +0000</pubDate>
      <guid>https://blog.substitute.tech/en/posts/go1/</guid>
      <description>&lt;p&gt;This article covers the four most fundamental steps in learning Go: writing your first program, creating a utility library, writing unit tests, and using remote packages. The content follows the original GOPATH workflow from the early Go 1.x era.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: Go Modules were introduced in Go 1.11 and became the default in Go 1.16, effectively replacing GOPATH mode. For new projects, use &lt;code&gt;go mod init&lt;/code&gt; to create a module instead of manually setting up GOPATH. The examples below preserve the original style for reference.&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
