feat: add go tools
parent
c7a8734917
commit
9ce95d7532
|
@ -496,6 +496,18 @@
|
|||
>https://github.com/mvdan/gofumpt</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/golangci/golangci-lint"
|
||||
>https://github.com/golangci/golangci-lint</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment"
|
||||
rel="nofollow"
|
||||
>https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/gotestyourself/gotestsum"
|
||||
>https://github.com/gotestyourself/gotestsum</a
|
||||
|
|
|
@ -114,6 +114,8 @@ Memory
|
|||
- https://github.com/golang/tools/tree/master/gopls
|
||||
- https://github.com/bufbuild/buf-language-server
|
||||
- https://github.com/mvdan/gofumpt
|
||||
- https://github.com/golangci/golangci-lint
|
||||
- https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment
|
||||
- https://github.com/gotestyourself/gotestsum
|
||||
|
||||
Memory
|
||||
|
|
Loading…
Reference in New Issue