This tool displays the MD5 hash of the response body from the given list of URLs
go get github.com/AgentNemo00/myhttpor clone
git clone github.com/AgentNemo00/myhttpgo test ./...
go test -v ./... -coverprofile=coverage.out -covermode=countgo tool cover -html=coverage.out -o coverage.htmlgo tool cover -func=coverage.outgo run cmd/myhttp/main.go example.comor multiple urls by space separated
go run cmd/myhttp/main.go adjust.com example.com https://httpbin.orgyou can adjust the parallel processes using the flag
go run cmd/myhttp/main.go -parallel=2 adjust.com example.com httpbin.orgthe default is 10 process