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
cmd/go: "RLock …: Function not implemented" when the main module is in a filesystem that does not support locking #48572
Comments
@ayush-dedhia25 I see a similar query of yours was already answered on StackOverflow and even by a member of a Go Team (@bcmills) and still you have opened an issue here. |
I explicitly mentioned the possibility of filing an issue on the SO answer:
So I think it's fine to keep this issue open. Honestly, I think we should probably proceed without file-locking when the |
Locking the Now that the On the other hand, the locking errors that show up in the |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I tired to create a module for my new golang project using
go mod init github.com/ayush/secure-api
What did you expect to see?
I expected of successfully creation of module for my project.
What did you see instead?
Error I got:
go: RLock /storage/8D8B-150E/Go/secure-api/go.mod: function not implemented
The text was updated successfully, but these errors were encountered: