-
Notifications
You must be signed in to change notification settings - Fork 110
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
gx packages should be read-only #202
Comments
But I like editing my deps... Oh well, I guess I can just power through and force-write. |
I am wanting to avoid a scenario where the import path hash doesn't actually represent the package contents, can be tricky to debug... 😟 |
I agree that without git in those packages an inadvertent modification can be really hard to spot, but I also like modifying packages (especially when debugging a tricky situation), I would like to have something similar to |
This wouldn't actually prevent the packages from being modified, it would just require an extra command ( |
Yes, I didn't mean that this would be a final protection but that it may be cumbersome to |
Most editors allow one to "force write". |
Packages under
$GOPATH/src/gx/...
should be read-only. This will prevent accidental edits to the contents of said packages.The text was updated successfully, but these errors were encountered: