Remove spam

Jérôme Sautret 2021-03-18 21:38:42 +01:00
parent 5eaa498220
commit d379e04a06

@ -55,7 +55,6 @@ An overview of tools that will help improve your Go 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.
- [Wp Hacked Help](https://secure.wphackedhelp.com/) - Scan site for malware in your code.
## Navigation ## Navigation