From b8302fcc0b6fd7631404f9db05aa9f375623e089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Tue, 24 Aug 2021 00:49:57 +0200 Subject: [PATCH] Add "Awesome Go Linters" metalist --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index c9b844ac0..b3507c58a 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1502,6 +1502,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Go * [An Introduction to Programming in Go](http://www.golang-book.com) +* [Awesome Go Linters](https://github.com/golangci/awesome-go-linters) A curated list of awesome Go linters. More than 60 linters and tools! * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) * [Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) * [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas