Skip to content

Commit

Permalink
Merge pull request #1 from abuiles/patch-1
Browse files Browse the repository at this point in the history
Fixing Go's link (the current one points to https://github.com/igrigorik/
  • Loading branch information
igrigorik committed May 15, 2011
2 parents cb55e5d + ec15f1f commit 17ea309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note: [blogger.com/robots.txt](http://blogger.com/robots.txt) blocks allow agent


## Notes ## Notes


Turk is an experiment with [Go](golang.org). Go's http stack is "async", hence many parallel requests can be processed at the same time. Turk also has naive, unbounded in-memory cache to avoid refetching the same robots.txt data for a given host. Turk is an experiment with [Go](http://golang.org/). Go's http stack is "async", hence many parallel requests can be processed at the same time. Turk also has naive, unbounded in-memory cache to avoid refetching the same robots.txt data for a given host.


### License ### License


Expand Down

0 comments on commit 17ea309

Please sign in to comment.