We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
howdy folks,
built a project using wrangler very similar to github.com/rancher/wrangler-sample i have a custom api, a controller, a codegen and clean func, etc.
when I run go generate I receive
go generate
FATA[0014] go modules copy failed: open ./.git/objects/04/f4b9bf3bd3e5a0229df44bc18d19d15ac0ac97: permission denied
this somehow eliminates the content of all files in my .git directory (top level only). the files themselves still exist but 0B empty
The text was updated successfully, but these errors were encountered:
wrangler bug having to do with the existence of GOPATH it seems
Sorry, something went wrong.
No branches or pull requests
howdy folks,
built a project using wrangler very similar to github.com/rancher/wrangler-sample
i have a custom api, a controller, a codegen and clean func, etc.
when I run
go generate
I receivethis somehow eliminates the content of all files in my .git directory (top level only).
the files themselves still exist but 0B empty
The text was updated successfully, but these errors were encountered: