subjack
subjack copied to clipboard
Subjack not installing
I am getting following, when I enter "go get github.com/haccer/subjack"
Now, when I try doing "go install github.com/haccer/subjack@latest "
I am getting :

What should I do now?
it should be working .. that command installs the package in "go/bin" directrory just head there and you will find it
do you have "go/bin" in your $PATH environment variable ? if not, just added it by doing (export $PATH=$PATH:/path/to/go/bin)
Try go install github.com/haccer/subjack@latest