x/tools/gopls: no results for implementations #36219
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What did you do?
when trying to run "find implementation" of fooInterface's method
test(int) int
, It give me an error "no implementation found".What did you expect to see?
I expect to be taken to implementations of
test(int) int
, in this case,fooStruct
's implementationWhat did you see instead?
An error:
Build info
Go info
The text was updated successfully, but these errors were encountered: