diff --git a/feed_test.go b/feed_test.go index fa59226..e7cb0a8 100644 --- a/feed_test.go +++ b/feed_test.go @@ -61,7 +61,7 @@ var atomOutput = ` +var rssOutput = ` jmoiron.net blog http://jmoiron.net/blog @@ -73,9 +73,9 @@ var rssOutput = ` Limiting Concurrency in Go http://jmoiron.net/blog/limiting-concurrency-in-go/ A discussion on controlled parallelism in golang + Go's goroutines make it easy to make embarrassingly parallel programs, but in many "real world" cases resources can be limited and attempting to do everything at once can exhaust your access to them.

]]>
Jason Moiron Wed, 16 Jan 2013 21:52:35 -0500 - Go's goroutines make it easy to make embarrassingly parallel programs, but in many "real world" cases resources can be limited and attempting to do everything at once can exhaust your access to them.

]]>
Logic-less Template Redux