-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/gopls: ignore files starting with underscores #33540
Comments
Does this package use build tags? This sounds like it may be a duplicate of #32413. |
@stamblerre No, there are no build tags in this project or in its dependencies (github.com/pkg/errors, gopkg.in/yaml.v3). |
Ok, thanks for confirming. What is the output of |
Interesting. I get timeout error on Go files starting with underscore, ie. Not sure if this was actually causing the above panic I hit last week. But might help? |
What happens if you explicitly try to run |
@stamblerre yep, it times out on files starting with underscore. They should be ignored.
|
Change https://golang.org/cl/189940 mentions this issue: |
What version of Go are you using (
go version
)?Panic report
The text was updated successfully, but these errors were encountered: