<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Go开发命令行程序指南》的评论</title>
	<atom:link href="http://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/#comment-7708</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 05 Jul 2023 02:44:55 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3837#comment-7708</guid>
		<description>通常, 不复杂的cli应用使用标准库的flag包就足够了，还可以少引入一些外部依赖module。</description>
		<content:encoded><![CDATA[<p>通常, 不复杂的cli应用使用标准库的flag包就足够了，还可以少引入一些外部依赖module。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Anonymous</title>
		<link>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/#comment-7707</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 01 Jul 2023 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3837#comment-7707</guid>
		<description>感谢分析，之前一直用flag包，阅读以后才知道有更好的工具、办法、模式来编写CLI。</description>
		<content:encoded><![CDATA[<p>感谢分析，之前一直用flag包，阅读以后才知道有更好的工具、办法、模式来编写CLI。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：磊磊落落</title>
		<link>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/#comment-7686</link>
		<dc:creator>磊磊落落</dc:creator>
		<pubDate>Mon, 27 Mar 2023 08:25:49 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3837#comment-7686</guid>
		<description>感谢分享，非常的详尽实用。
将命令行工具的设计、编码、测试、发布等各个阶段的注意点都说的清清楚楚。</description>
		<content:encoded><![CDATA[<p>感谢分享，非常的详尽实用。<br />
将命令行工具的设计、编码、测试、发布等各个阶段的注意点都说的清清楚楚。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
