subjack
subjack copied to clipboard
go get github.com/haccer/subjack No reply
Hi, I tried cleaning go cache too. Still I am not getting any reply in terminal, cannot locate subjack in go/bin/ . what can I do to install subjack?
Same issue here.
fix your go path.
Add this to ~/.bashrc
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Then run
. ~/.bashrc