From cc4da66338e651c5821294b01116c72155328e1e Mon Sep 17 00:00:00 2001
From: Daniil Maslov <i@dmaslov.dev>
Date: Sat, 13 Mar 2021 14:11:59 +0300
Subject: [PATCH] Add information about GoLand support on README (#502)

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a17e2c3..d92fc95 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ If you want to use revive with Bazel, take a look at the [rules](https://github.
 ### Text Editors
 
 - Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699).
+- Support for GoLand via [File Watchers](https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl).  
 - Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
 - Support for vim via [dense-analysis/ale](https://github.com/dense-analysis/ale).