Golang gopls

From wikinotes
Revision as of 17:08, 26 June 2022 by Will (talk | contribs) (Created page with "Go LSP create/maintained by the go team. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/golang/tools/tree/master/gopls |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> go install golang.org/x/tools/gopls@latest </syntaxhighlight> </blockquote><!-- Install -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Go LSP create/maintained by the go team.

Documentation

github https://github.com/golang/tools/tree/master/gopls

Install

go install golang.org/x/tools/gopls@latest