feat: add language server
parent
2c72db44df
commit
f8dd883a0e
|
@ -496,11 +496,29 @@
|
|||
>Go
|
||||
</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/golang/tools/tree/master/gopls"
|
||||
>https://github.com/golang/tools/tree/master/gopls</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/bufbuild/buf-language-server"
|
||||
>https://github.com/bufbuild/buf-language-server</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/mvdan/gofumpt"
|
||||
>https://github.com/mvdan/gofumpt</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/gotestyourself/gotestsum"
|
||||
>https://github.com/gotestyourself/gotestsum</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Memory</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/maruel/panicparse"
|
||||
>https://github.com/maruel/panicparse</a
|
||||
|
@ -511,11 +529,6 @@
|
|||
>https://github.com/go101/golds</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/gotestyourself/gotestsum"
|
||||
>https://github.com/gotestyourself/gotestsum</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/burrowers/garble"
|
||||
>https://github.com/burrowers/garble</a
|
||||
|
|
|
@ -111,10 +111,15 @@ Memory
|
|||
|
||||
#### Go
|
||||
|
||||
- https://github.com/golang/tools/tree/master/gopls
|
||||
- https://github.com/bufbuild/buf-language-server
|
||||
- https://github.com/mvdan/gofumpt
|
||||
- https://github.com/gotestyourself/gotestsum
|
||||
|
||||
Memory
|
||||
|
||||
- https://github.com/maruel/panicparse
|
||||
- https://github.com/go101/golds
|
||||
- https://github.com/gotestyourself/gotestsum
|
||||
- https://github.com/burrowers/garble
|
||||
|
||||
### UI
|
||||
|
|
Loading…
Reference in New Issue