DeferCheck has been removed. AlignCheck is been introduced.

Auke Willem Oosterhoff 2016-10-17 09:33:48 +02:00
parent 04326df3cf
commit ca307324ec

@ -48,7 +48,7 @@ An overview of tools that will help improve your Go code
### Tools ### Tools
- [DeferCheck, StructCheck, VarCheck](https://github.com/opennota/check/) - A suite of tools for checking your code. - [AlignCheck, StructCheck, VarCheck](https://github.com/opennota/check/) - A suite of tools for checking your code.
- [errcheck](https://github.com/kisielk/errcheck) - Ensure you check your error conditions. - [errcheck](https://github.com/kisielk/errcheck) - Ensure you check your error conditions.
- [go vet](http://golang.org/cmd/vet/) - Read this first on how to use the `go vet` command. - [go vet](http://golang.org/cmd/vet/) - Read this first on how to use the `go vet` command.
- [SafeSQL](https://github.com/stripe/safesql) - Protect against unsafe SQL in your code. - [SafeSQL](https://github.com/stripe/safesql) - Protect against unsafe SQL in your code.