<?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>Golang on Haoxiqiang&#39;s Blog</title>
    <link>https://blog.substitute.tech/tags/golang/</link>
    <description>Recent content in Golang on Haoxiqiang&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Tue, 10 Feb 2015 22:48:55 +0000</lastBuildDate>
    <atom:link href="https://blog.substitute.tech/tags/golang/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go 入门：第一个程序与基础实践</title>
      <link>https://blog.substitute.tech/posts/go1/</link>
      <pubDate>Tue, 10 Feb 2015 22:48:55 +0000</pubDate>
      <guid>https://blog.substitute.tech/posts/go1/</guid>
      <description>&lt;p&gt;本文记录了 Go 语言入门过程中最基础的四个环节：编写第一个程序、创建工具库、编写单元测试，以及使用远程包。内容基于 Go 1.x 初期的 GOPATH 模式编写。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;注意&lt;/strong&gt;：自 Go 1.11 起引入了模块（Modules）机制，Go 1.16 开始默认启用模块模式，GOPATH 模式已被取代。现在开发新项目应当使用 &lt;code&gt;go mod init&lt;/code&gt; 创建模块，而非手动设置 GOPATH。下文示例保留原始风格以作参考。&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
