From 6edcbcd2d57fd0bbd7f39947a593ed0c06648388 Mon Sep 17 00:00:00 2001
From: Vabd
Date: Tue, 20 Mar 2018 23:46:20 +0100
Subject: [PATCH] Update tests accordingly
---
feed_test.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 MoironWed, 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