httprobe
httprobe copied to clipboard
Installation error
The installation instructions on read me only downloads the latest release which is v0.1.2 from July 2019.
Consider creating a new release or updating the readme to work with master branch:
go get -u github.com/tomnomnom/httprobe@master
go install github.com/tomnomnom/httprobe@latest
Thanks @richard1230. I used the new "install" command but got an error compile: version "go1.15.6" does not match go tool version "go1.17.8". The reason is the script was built three years ago therefore won't work with a new go version.
What's the best way to get this issue resolved? Adjust the script or install a lower go version? Thanks.