From 13b20cc0810dd1093a1036d59baaccbaa9049288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 3 Mar 2021 07:44:29 +0100 Subject: [PATCH] Fix hyperlink --- CodeTools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeTools.md b/CodeTools.md index f8513275..4774c117 100644 --- a/CodeTools.md +++ b/CodeTools.md @@ -16,7 +16,7 @@ An overview of tools that will help improve your Go code - [gofmt](https://golang.org/cmd/gofmt/) - Start with the standard Go code formatter - [golint](https://github.com/golang/lint) - Detects style mistakes in Go code - [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Format code and fix your import statements - - gofumpt(https://github.com/mvdan/gofumpt) - A stricter gofmt + - [gofumpt](https://github.com/mvdan/gofumpt) - A stricter gofmt - [revive](https://github.com/mgechev/revive) - Fast, configurable, extensible, flexible, and beautiful linter for Go ## Code generation, Templating and Generics