gdm
gdm copied to clipboard
Why does gdm is run into GOPATH only?
I do not understand this restriction. Now I can't use gdm because GOPATH is inside my project.
I'm not sure I understand what you're doing, why is GOPATH inside your project?
This way has at least two benefites.
- If I work at several projects at the some time, it is more convinient to have separate GOPATH for each project.
- This allows to create fork without replacing origin in git.
sure, but it's certainly an edge-case and it'd be hard for me to reproduce your setup exactly without more context.
PRs would be welcome :)