gopls/cmd: remove unused code
All this code allowed some use of certain LSP features directly from the
command line. However, the code was bitrotted, unsupported, and in a few
cases still mentioned Go instead of CUE.
Delete it all; it can be resurrected later if necessary.
Signed-off-by: Matthew Sackman <matthew@cue.works>
Change-Id: I4df1662cc5a8c46584344b054dad6d82b5dff47b
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1233638
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>