waybackurls icon indicating copy to clipboard operation
waybackurls copied to clipboard

go get command not working

Open Dabi31 opened this issue 2 years ago • 2 comments

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.

Dabi31 avatar Mar 05 '22 14:03 Dabi31

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.

YSSVirus avatar Apr 02 '22 05:04 YSSVirus

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

YSSVirus avatar Apr 02 '22 05:04 YSSVirus