Hacker News new | ask | show | jobs
by bigdubs 3593 days ago
Vendoring doesn't work outside $GOPATH
2 comments

Don't work outside $GOPATH. Set a temporary one if you want a completely isolated environment for one-off building purposes.
Then what's even the point in the first place?
Development. Which is why I said "for one-off builds".
Why is this the case?