feat: more go tools
parent
c85764cd5f
commit
520efc11e0
|
@ -782,13 +782,17 @@
|
|||
</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/mvdan/gofumpt"
|
||||
>https://github.com/mvdan/gofumpt</a
|
||||
<a
|
||||
href="https://pkg.go.dev/golang.org/x/telemetry/cmd/gotelemetry"
|
||||
rel="nofollow"
|
||||
>https://pkg.go.dev/golang.org/x/telemetry/cmd/gotelemetry</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/golangci/golangci-lint"
|
||||
>https://github.com/golangci/golangci-lint</a
|
||||
<a
|
||||
href="https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck"
|
||||
rel="nofollow"
|
||||
>https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -798,6 +802,16 @@
|
|||
>https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/mvdan/gofumpt"
|
||||
>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://github.com/maruel/panicparse"
|
||||
>https://github.com/maruel/panicparse</a
|
||||
|
@ -808,6 +822,11 @@
|
|||
>https://github.com/gotestyourself/gotestsum</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/bufbuild/buf"
|
||||
>https://github.com/bufbuild/buf</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Memory</p>
|
||||
<ul>
|
||||
|
|
|
@ -171,11 +171,14 @@ Memory
|
|||
|
||||
#### Go
|
||||
|
||||
- https://pkg.go.dev/golang.org/x/telemetry/cmd/gotelemetry
|
||||
- https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
|
||||
- https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment
|
||||
- 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/maruel/panicparse
|
||||
- https://github.com/gotestyourself/gotestsum
|
||||
- https://github.com/bufbuild/buf
|
||||
|
||||
Memory
|
||||
|
||||
|
|
Loading…
Reference in New Issue