From fb6ad4aa214acbe009e4acc2f62026f56f720e03 Mon Sep 17 00:00:00 2001 From: golangci <35628013+golangci@users.noreply.github.com> Date: Sun, 11 Mar 2018 00:46:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d778ea..5f27f30 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A curated list of awesome Go linters. Sponsored by [GolangCI](https://golangci.c ## Cloud Linters ### Go Focused -* [GolangCI](https://golangci.com/) - Open Source service for automated Github pull request code reviews. Free for Open Source. +* [GolangCI](https://golangci.com/) - Open Source SaaS service for running linters on Github pull requests. Free for Open Source. * [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package. * [GopherCI](https://gopherci.io/) - GopherCI helps you maintain high-quality Go projects, by checking each GitHub Pull Request, for backward incompatible changes, and a suite of other tests. * [Go Report Card](https://goreportcard.com/) - Go repo report card.