mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #1273 from avelino/add-unconvert-tool
Add unconvert tool.
This commit is contained in:
commit
94fd906aa0
@ -1270,6 +1270,7 @@ Go software and plugins.
|
||||
* [interfacer](https://github.com/mvdan/interfacer) - A linter that suggests interface types.
|
||||
* [lint](https://github.com/surullabs/lint) - Run linters as part of go test
|
||||
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source.
|
||||
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) - unused checks Go code for unused constants, variables, functions and types.
|
||||
* [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user