Closed Manoz closed 7 years ago
Make sure you have your GOPATH set up properly.
I typically have something like this in my .bashrc file.
export GOPATH=/home/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
Edit: Looks like you may not have installed dependencies actually. Run go get
before you run make all
.
Hum indeed.
$ go get github.com/bwmarrin/discordgo
and $ go get github.com/anvie/port-scanner
did work. Thank you :)
Hey,
After cloning your packages, I started the
make all
command. I have Go installed of course. Any idea how to solve this?