mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
This adds support for the LSP implemention call, based on the guru code for getting implementations. The guru code did much more than we need, so some of the code has been dropped, and other parts of it are ignored (for now). Fixes golang/go#32973 Change-Id: I1a24450e17d5364f25c4b4120be5320b13ac822b Reviewed-on: https://go-review.googlesource.com/c/tools/+/203918 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>