_ _ _ _ __
| | | | | | (_)/ _|
| |_| | __ _ ___| |__ _| |_ _ _
| _ |/ _` / __| '_ \| | _| | | |
| | | | (_| \__ \ | | | | | | |_| |
\_| |_/\__,_|___/_| |_|_|_| \__, |
__/ |
|___/
hashes url response using md5.
go get -u github.com/ahmedkamals/hashify
cp .env.sample .env
make run args="-concurrency 3 http://google.com http://twitter.com http://yahoo.com invalid-url"
make unit
make bench
In order to set up tests running on each commit do the following steps:
git config --local core.hooksPath .githooks
Hashify is released under MIT license, please refer to the LICENSE.md
file.
Happy Coding 🙂