Download the repo with go get:
go get github.com/NickBrisebois/SpotifyDiscordBot-Go
cd into the folder:
cd ~/go/src/github.com/NickBrisebois/SpotifyDiscordBot-Go
then build it:
make deps
make build
You will need to have govendor installed which you can install using apt/brew/aur or using go get and having your GOPATH setup correctly.
./build/spoticord --config ./config/config.toml