<?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代码时遇到的那些问题[第1期]》的评论</title>
	<atom:link href="http://tonybai.com/2018/01/13/the-problems-i-encountered-when-writing-go-code-issue-1st/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2018/01/13/the-problems-i-encountered-when-writing-go-code-issue-1st/</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>作者：开发者头条</title>
		<link>https://tonybai.com/2018/01/13/the-problems-i-encountered-when-writing-go-code-issue-1st/#comment-7100</link>
		<dc:creator>开发者头条</dc:creator>
		<pubDate>Thu, 18 Jan 2018 05:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2521#comment-7100</guid>
		<description>感谢分享！已推荐到《开发者头条》：https://toutiao.io/posts/8d50gz 欢迎点赞支持！
欢迎订阅《go》https://toutiao.io/subjects/18464</description>
		<content:encoded><![CDATA[<p>感谢分享！已推荐到《开发者头条》：https://toutiao.io/posts/8d50gz 欢迎点赞支持！<br />
欢迎订阅《go》https://toutiao.io/subjects/18464</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jerray</title>
		<link>https://tonybai.com/2018/01/13/the-problems-i-encountered-when-writing-go-code-issue-1st/#comment-7097</link>
		<dc:creator>Jerray</dc:creator>
		<pubDate>Wed, 17 Jan 2018 03:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2521#comment-7097</guid>
		<description>“对于输出的日志中双引号内的一些字符（比如双引号自身）会做转义处理” 这个是json格式限制的。我现在的方案是尽量记录结构化的日志，后面入到ES之类的分析工具里比较容易处理。</description>
		<content:encoded><![CDATA[<p>“对于输出的日志中双引号内的一些字符（比如双引号自身）会做转义处理” 这个是json格式限制的。我现在的方案是尽量记录结构化的日志，后面入到ES之类的分析工具里比较容易处理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jerray</title>
		<link>https://tonybai.com/2018/01/13/the-problems-i-encountered-when-writing-go-code-issue-1st/#comment-7096</link>
		<dc:creator>Jerray</dc:creator>
		<pubDate>Wed, 17 Jan 2018 03:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2521#comment-7096</guid>
		<description>因为lumberjack不支持按时间滚动特意搞了个 io.WriteCloser https://github.com/fpay/rollout</description>
		<content:encoded><![CDATA[<p>因为lumberjack不支持按时间滚动特意搞了个 io.WriteCloser <a href="https://github.com/fpay/rollout" rel="nofollow">https://github.com/fpay/rollout</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
