<?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>《使用Golang开发微信公众平台-接收文本消息》的评论</title>
	<atom:link href="http://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/</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/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/#comment-1067</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 24 Apr 2015 13:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1650#comment-1067</guid>
		<description>以前不需要。春节后好像被墙了。现在ngrok.com无法访问，估计需要翻把。现在用自己搭建的ngrok服务了。</description>
		<content:encoded><![CDATA[<p>以前不需要。春节后好像被墙了。现在ngrok.com无法访问，估计需要翻把。现在用自己搭建的ngrok服务了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：[北京]光阴的故事</title>
		<link>https://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/#comment-1066</link>
		<dc:creator>[北京]光阴的故事</dc:creator>
		<pubDate>Fri, 24 Apr 2015 10:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1650#comment-1066</guid>
		<description>使用ngrok需要翻墙吗？</description>
		<content:encoded><![CDATA[<p>使用ngrok需要翻墙吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jones_ios</title>
		<link>https://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/#comment-1065</link>
		<dc:creator>jones_ios</dc:creator>
		<pubDate>Sun, 19 Apr 2015 15:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1650#comment-1065</guid>
		<description>xie xie</description>
		<content:encoded><![CDATA[<p>xie xie</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/#comment-1032</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 12 Jan 2015 01:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1650#comment-1032</guid>
		<description>笔误，已改。谢谢提醒:)</description>
		<content:encoded><![CDATA[<p>笔误，已改。谢谢提醒:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：_不是我干的_</title>
		<link>https://tonybai.com/2014/12/20/receive-text-for-wechat-public-platform-dev-in-golang/#comment-1031</link>
		<dc:creator>_不是我干的_</dc:creator>
		<pubDate>Sat, 10 Jan 2015 17:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1650#comment-1031</guid>
		<description>函数 makeTextResponseBody 里面的 return xml.Marshal(textResponseBody, &quot; &quot;, &quot;  &quot;) 应该改为 xml.MarshalIndent(textResponseBody, &quot; &quot;, &quot;  &quot;)</description>
		<content:encoded><![CDATA[<p>函数 makeTextResponseBody 里面的 return xml.Marshal(textResponseBody, ” “, ”  “) 应该改为 xml.MarshalIndent(textResponseBody, ” “, ”  “)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
