waybackurls icon indicating copy to clipboard operation
waybackurls copied to clipboard

Go get installing command no longer working

Open ShivanshMalik2 opened this issue 3 years ago • 4 comments

I tried installing waybackurls via GOLANG, But it throws out an error like: "Go get command couldn't be used on executable sources"

ShivanshMalik2 avatar Sep 24 '21 08:09 ShivanshMalik2

u need install mod.go and sum.go then use go build main.go will build this tool

Siddhu545 avatar Sep 28 '21 12:09 Siddhu545

u need install mod.go and sum.go then use go build main.go will build this tool

how do i do that in kali linux. I tried using "go install" command but no success.

fxrhan avatar Mar 04 '22 16:03 fxrhan

mod.go

how i can download mod.go and sum.go ? go install mod.go ?

Dabi31 avatar Mar 05 '22 14:03 Dabi31

https://stackoverflow.com/questions/53368187/go-modules-installing-go-tools

barbixxxa avatar Mar 07 '22 19:03 barbixxxa