Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw an error if there are is no bin or pkg folder your GOPATH #7

Open
afritzler opened this issue Nov 13, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@afritzler
Copy link
Member

Summary

Currently we assume that the GOPATH on a machine is set up correctly. This however, might not always be the case. As we are symlinking the bin and the pkg folder into our virtual go workspace we should throw an error if those directories are not present.

One option could be to create those directories, but as vgopath tries to be as non-invasive as possible to your go setup I would suggest to not do that.

@afritzler afritzler added the enhancement New feature or request label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant