mirror of
https://github.com/golang/go
synced 2024-11-18 16:14:46 -07:00
3e041465cc
The recent LPS protocol change made the definition of textEdit into a union type, so the generated code made TextEdit an interface{}, which broke govim. This CL reverts it to a *TextEdit. The code generator will be fixed in another CL. We can revisit this when gopls wants to start using the new InsertReplaceEdit type. Change-Id: I4d7a14b3746b747f34b0907f72ecbc3593706a05 Reviewed-on: https://go-review.googlesource.com/c/tools/+/222765 Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
tests_cgo.go | ||
tests.go | ||
util.go |