The net component of the scraper contains both client and server code to distribute scraping.
server/ code used by the server (not main)
client/ code used by the client (not main)
interfaces.go contians common client/server reply/response structures.
interfaces_test.go has simple tests for client/server interaction.