You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You shouldn't be setting GOPATH to your current working directory. If you're using GOPATH, you need your code to live at $GOPATH/src/github.com/edgarm1964/execbeat .
If you haven't explicitly set GOPATH, it will be interpreted as /Users/edgarm/go
It looks like beats uses glide for vendoring, which means your code still needs to live in GOPATH. (this will be fixed when/if beats moves to using go modules, which can live anywhere you want, like your Projects directory).
Hi,
I'm forced to use mage (I'm building an elastic search beat and I'm running "make ci") and mage doesn't look in the vendor directory (only in src):
The question is why?
General complaint: Why is golang enforcing a build/src structure? ${GOPATH}/src? Golang is a toy.
The text was updated successfully, but these errors were encountered: