http-response-hash
A simple tool which makes http requests and prints the address of it along with the hash of the response

Getting started
make install
$GOPATH/bin/hasher http://google.com
Development
Local
Build application artifacts:
make build
Run tests:
make test
Install application:
make install
Usage
Flags
-parallel (default value is 10) to limit the number of parallel requests
Notes
Hasher supports addresses with and without a schema (http will be used by default).
Addresses must be space-separated, just like regular command-line arguments.
Examples
go run ./cmd/hasher google.com twitter.com
$GOPATH/bin/hasher https://google.com
$GOPATH/bin/hasher -parallel 3 https://google.com facebook.com https://yahoo.com yandex.com twitter.com baroquemusiclibrary.com