From 34680eb30835493a33d31452feaeaf2fe1c69ecf Mon Sep 17 00:00:00 2001 From: mbaginskiytf <32358043+mbaginskiytf@users.noreply.github.com> Date: Thu, 23 Nov 2017 14:23:41 +0200 Subject: [PATCH] Updated CodeTools (markdown) --- CodeTools.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CodeTools.md b/CodeTools.md index 019e08ae..0f2f75a7 100644 --- a/CodeTools.md +++ b/CodeTools.md @@ -52,7 +52,6 @@ An overview of tools that will help improve your Go code - [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. - [SafeSQL](https://github.com/stripe/safesql) - Protect against unsafe SQL in your code. - - ## Navigation