@@ -65,38 +65,38 @@ var rssOutput = `<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
65
65
<description>discussion about tech, footie, photos</description>
66
66
<copyright>This work is copyright © Benjamin Button</copyright>
67
67
<managingEditor>[email protected] (Jason Moiron)</managingEditor>
68
- <pubDate>16 Jan 13 21:52 EST </pubDate>
68
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
69
69
<item>
70
70
<title>Limiting Concurrency in Go</title>
71
71
<link>http://jmoiron.net/blog/limiting-concurrency-in-go/</link>
72
72
<description>A discussion on controlled parallelism in golang</description>
73
73
<author>Jason Moiron</author>
74
- <pubDate>16 Jan 13 21:52 EST </pubDate>
74
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
75
75
</item>
76
76
<item>
77
77
<title>Logic-less Template Redux</title>
78
78
<link>http://jmoiron.net/blog/logicless-template-redux/</link>
79
79
<description>More thoughts on logicless templates</description>
80
- <pubDate>16 Jan 13 21:52 EST </pubDate>
80
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
81
81
</item>
82
82
<item>
83
83
<title>Idiomatic Code Reuse in Go</title>
84
84
<link>http://jmoiron.net/blog/idiomatic-code-reuse-in-go/</link>
85
85
<description>How to use interfaces <em>effectively</em></description>
86
- <pubDate>16 Jan 13 21:52 EST </pubDate>
86
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
87
87
</item>
88
88
<item>
89
89
<title>Never Gonna Give You Up Mp3</title>
90
90
<link>http://example.com/RickRoll.mp3</link>
91
91
<description>Never gonna give you up - Never gonna let you down.</description>
92
92
<enclosure url="http://example.com/RickRoll.mp3" length="123456" type="audio/mpeg"></enclosure>
93
- <pubDate>16 Jan 13 21:52 EST </pubDate>
93
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
94
94
</item>
95
95
<item>
96
96
<title>String formatting in Go</title>
97
97
<link>http://example.com/strings</link>
98
98
<description>How to use things like %s, %v, %d, etc.</description>
99
- <pubDate>16 Jan 13 21:52 EST </pubDate>
99
+ <pubDate>Wed, 16 Jan 2013 21:52:35 -0500 </pubDate>
100
100
</item>
101
101
</channel>
102
102
</rss>`
0 commit comments