mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Deprecate github.com/mvdan/interfacer (#2269)
This commit is contained in:
parent
606226911c
commit
3b009858c9
@ -1712,7 +1712,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [goreturns](https://sourcegraph.com/github.com/sqs/goreturns) - Adds zero-value return statements to match the func return types.
|
||||
* [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) - gosimple is a linter for Go source code that specialises on simplifying code.
|
||||
* [gostatus](https://github.com/shurcooL/gostatus) - Command line tool, shows the status of repositories that contain Go packages.
|
||||
* [interfacer](https://github.com/mvdan/interfacer) - Linter that suggests interface types.
|
||||
* [lint](https://github.com/surullabs/lint) - Run linters as part of go test.
|
||||
* [php-parser](https://github.com/z7zmey/php-parser) - A Parser for PHP written in Go.
|
||||
* [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#.
|
||||
|
Loading…
Reference in New Issue
Block a user