So I am trying to build this for the first time. I do have go 1.10 on my mac. I had to install dep using brew (not sure why the go get... command didn't appear to do anything.
Anyway, I am on the make deps step and I get an error:
SECMacbookPro:newrelic-cli scottchapman$ make deps
git config --global url."git@github.com:".insteadOf "https://github.com/"
dep ensure
/Users/scottchapman/Workspaces/newrelic-cli is not within a known GOPATH/src
make: *** [deps] Error 1
(sorry, not a seasoned Go developer...)
So I am trying to build this for the first time. I do have go 1.10 on my mac. I had to install
depusing brew (not sure why thego get...command didn't appear to do anything.Anyway, I am on the
make depsstep and I get an error:(sorry, not a seasoned Go developer...)