aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaana Burcu Dogan <jbd@google.com>2017-08-04 09:47:06 -0700
committerAndrew Bonventre <andybons@golang.org>2017-08-04 16:53:33 +0000
commit78d74fc2cdd66f7c3387d81af01a49bb2e3273ec (patch)
treea88f8516bd5a11c97e9c93c52f36d8ec86c3b50a
parent5495047223935bf3ec96d7a0bd804ea8ab6f5342 (diff)
downloadgo-78d74fc2cdd66f7c3387d81af01a49bb2e3273ec.tar.gz
go-78d74fc2cdd66f7c3387d81af01a49bb2e3273ec.zip
doc: clarify that Gogland is for paid IntelliJ platform IDEs
Fixes #21213. Change-Id: I7b8a84de92bbd1d3f78f8a9612f3af8cd092cb94 Reviewed-on: https://go-review.googlesource.com/53351 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/editors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/editors.html b/doc/editors.html
index 5df5d38bce..9fa451c6d4 100644
--- a/doc/editors.html
+++ b/doc/editors.html
@@ -23,7 +23,7 @@ editing, navigation, testing, and debugging experience.
<li><a href="https://marketplace.visualstudio.com/items?itemName=lukehoban.Go">Visual Studio Code</a>:
Go extension provides support for the Go programming language</li>
<li><a href="https://www.jetbrains.com/go">Gogland</a>: Gogland is distributed either as a standalone IDE
-or as a plugin for the IntelliJ Platform IDEs</li>
+or as a plugin for the paid IntelliJ Platform IDEs</li>
<li><a href="https://atom.io/packages/go-plus">Atom</a>: Go-Plus is an Atom package that provides enhanced Go support</li>
</ul>