Skip to content

Commit 7593090

Browse files
committed
doc: update editors.html for Go 1.16
Rerank editor plugins based on popularity (Go 2019 survey), and remove Atom, as it is no longer popular. Change-Id: I06d39b67eec24a920439b9ea1198b6e2a939874e Reviewed-on: https://go-review.googlesource.com/c/go/+/283073 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
1 parent c3b4c70 commit 7593090

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/editors.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ <h2 id="options">Options</h2>
1919
</p>
2020

2121
<ul>
22-
<li><a href="https://github.com/fatih/vim-go">vim</a>: vim-go plugin provides Go programming language support</li>
2322
<li><a href="https://marketplace.visualstudio.com/items?itemName=golang.go">Visual Studio Code</a>:
2423
Go extension provides support for the Go programming language</li>
2524
<li><a href="https://www.jetbrains.com/go">GoLand</a>: GoLand is distributed either as a standalone IDE
2625
or as a plugin for IntelliJ IDEA Ultimate</li>
27-
<li><a href="https://atom.io/packages/go-plus">Atom</a>: Go-Plus is an Atom package that provides enhanced Go support</li>
28-
</ul>
26+
<li><a href="https://github.com/fatih/vim-go">vim</a>: vim-go plugin provides Go programming language support</li>
2927

3028
<p>
3129
Note that these are only a few top solutions; a more comprehensive

0 commit comments

Comments
 (0)