From 1e679ae2aafc3bc16417da4851c36c4a0722a3aa Mon Sep 17 00:00:00 2001 From: Florin Patan Date: Wed, 22 Nov 2017 01:10:59 +0000 Subject: [PATCH] doc: rename Gogland to GoLand This updates the name of the IDE and the capability it has. Fixes #22784 Change-Id: Ief261324c86bc77a03071629f496f4d4d9df1b44 Reviewed-on: https://go-review.googlesource.com/79255 Reviewed-by: Brad Fitzpatrick --- doc/editors.html | 8 ++++---- doc/editors/{gogland.png => goland.png} | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename doc/editors/{gogland.png => goland.png} (100%) diff --git a/doc/editors.html b/doc/editors.html index 264f5af920..84fb068918 100644 --- a/doc/editors.html +++ b/doc/editors.html @@ -22,8 +22,8 @@ editing, navigation, testing, and debugging experience.
  • vim: vim-go plugin provides Go programming language support
  • Visual Studio Code: Go extension provides support for the Go programming language
  • -
  • Gogland: Gogland is distributed either as a standalone IDE -or as a plugin for the commercial IntelliJ Platform IDEs
  • +
  • GoLand: GoLand is distributed either as a standalone IDE +or as a plugin for IntelliJ IDEA Ultimate
  • Atom: Go-Plus is an Atom package that provides enhanced Go support
  • @@ -44,7 +44,7 @@ The following feature matrix lists and compares the most significant features.
    vim
    Visual Studio Code -
    Gogland +
    GoLand
    Atom @@ -159,7 +159,7 @@ The following feature matrix lists and compares the most significant features. Auto generate tests for packages, files and identifiers No Yes - No + Yes No diff --git a/doc/editors/gogland.png b/doc/editors/goland.png similarity index 100% rename from doc/editors/gogland.png rename to doc/editors/goland.png -- 2.50.0