Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/lsp/cmd: don't use x/exp/slices
A direct dependency on x/exp/slices was added in CL 497756. As a matter of policy, we don't depend on x/exp from gopls. Also, this left the module in an untidy state. I suspect that the slices package was added by a bad goimports operation, which is another issue entirely. In any case, the standard library slices package is not available in 1.18. Change-Id: I76b78313537ef9918317ecec25c4b12ed526c62f Reviewed-on: https://go-review.googlesource.com/c/tools/+/524817 gopls-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
- Loading branch information