1
0
mirror of https://github.com/golang/go synced 2024-11-12 08:50:22 -07:00

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>
This commit is contained in:
Jaana Burcu Dogan 2017-08-04 09:47:06 -07:00 committed by Andrew Bonventre
parent 5495047223
commit 78d74fc2cd

View File

@ -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>