Go CrawlFarm Code

I like to make an inventory of big software packages that I create, here it is for my crawlfarm.

Read more at Go CrawlFarm Code

New Go Project: Distributed Crawler

My distributed crawler covers a lot of what Go offers. Network communication using Gob and channels, concurrent programming, goroutines. Crawl farm was fun to write, and I still break it out on occasion.

Read more at New Go Project: Distributed Crawler