Skip to content

Commit

Permalink
Corrects the test
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored and kisielk committed Aug 18, 2018
1 parent e922742 commit ce4bf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var jsonOutput = `{
"id": "",
"url": "http://jmoiron.net/blog/limiting-concurrency-in-go/",
"title": "Limiting Concurrency in Go",
"content_html": "\u003cp\u003eGo's goroutines make it easy to make \u003ca href=\"http://collectiveidea.com/blog/archives/2012/12/03/playing-with-go-embarrassingly-parallel-scripts/\"\u003eembarrassingly parallel programs\u003c/a\u003e, but in many \u0026quot;real world\u0026quot; cases resources can be limited and attempting to do everything at once can exhaust your access to them.\u003c/p\u003e",
"summary": "A discussion on controlled parallelism in golang",
"date_published": "2013-01-16T21:52:35-05:00",
"author": {
Expand Down

0 comments on commit ce4bf00

Please sign in to comment.