x/tools/gopls: error with cgo definitions #43473
Open
Labels
Milestone
Comments
Can you please share your |
This is too abnormal, it turned to be work well with some other small projects(with cgo). |
Glad to hear it's working well with other projects. Is it OK to close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
"message": "char not declared by package C",
"source": "compiler",
"severity": 1,
"range": {
"end": {
"character": 15,
"line": 23
},
"start": {
"character": 11,
"line": 23
}
}
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: