subjack icon indicating copy to clipboard operation
subjack copied to clipboard

Issue with go get github.com/haccer/subjack

Open bcpenta opened this issue 4 years ago • 3 comments

I get the below while trying a go get [cloud_user@12c src]$ go get github.com/haccer/subjack ../github.com/haccer/subjack/subjack/requests.go:5:2: no Go files in /home/cloud_user/go/src/github.com/valyala/fasthttp

So I tried doing a go get github.com/valyala/fasthttp and then if it runs successfully, wanted to run the above command but it gives [cloud_user@12c src]$ go get github.com/valyala/fasthttp can't load package: package github.com/valyala/fasthttp: no Go files in /home/cloud_user/go/src/github.com/valyala/fasthttp

Can someone help with this ?

bcpenta avatar Mar 13 '20 07:03 bcpenta

Delete the directory /home/cloud_user/go/src/github.com/valyala/fasthttp and try go get github.com/haccer/subjack again

proabiral avatar Apr 09 '20 17:04 proabiral

I also have similar problem go get -u github.com/haccer/subjack not working. nothing is happening on terminal

cr440 avatar Oct 10 '20 09:10 cr440

even I am facing same issue with this

Argonx21 avatar Oct 21 '20 09:10 Argonx21