waybackurls
waybackurls copied to clipboard
go get command not working
hi, got get
not working so I'm changing the command to go install github.com/tomnomnom/waybackurls@latest
but also not working for me.
Its not working for me either what its doing is downloading waybackpy instead. Very strange as I tried to search "waybackpy" anywhere in the files and it is never brought up except with the read me.
For some reason you have to compile from source for some reason go install is installing waybackpy. You can build it buy running the following commands. 1.) git clone https://github.com/tomnomnom/waybackurls.git 2.) cd waybackurls 3.) go build main.go 4.) ./main -h