From 546e4af6150d26f4db02cc1e13183e22fa79b0d2 Mon Sep 17 00:00:00 2001 From: Hugo Leonardo Costa e Silva Date: Sun, 6 Jul 2014 17:36:51 -0300 Subject: [PATCH] Create a QA section and added the GoLint --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 20264fa..f2be56e 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,12 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. +## QA tools + +*Software and libraries for QA.* + +* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code. + # Resources