From 4a921abf95a32795433297ad64941df3d43a9ee0 Mon Sep 17 00:00:00 2001 From: nakabonne Date: Mon, 25 May 2020 17:35:50 +0900 Subject: [PATCH] Add golintui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddc1f3a..551caa7 100644 --- a/README.md +++ b/README.md @@ -133,3 +133,4 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [revgrep](https://github.com/bradleyfalzon/revgrep) - Filters output from static analysis tools, showing only recently changed lines of code * [reviewdog](https://github.com/haya14busa/reviewdog) - "reviewdog" provides a way to post review comments to code hosting service, such as GitHub, automatically by integrating with any linter tools with ease. * [zb](https://github.com/joshuarubin/zb) - speedup linting by caching gometalinter result. +* [golintui](https://github.com/nakabonne/golintui) - A simple terminal UI for Go linters.