summaryrefslogtreecommitdiff
path: root/misc/editors
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-07-01 09:21:25 -0700
committerRob Pike <r@golang.org>2014-07-01 09:21:25 -0700
commit134ae10bdb7da98d645b345f3a24546a84a30058 (patch)
tree06e5d68045072ec21fd81da943747fc715d9543b /misc/editors
parentc2deeabade9ed68a67ff3428c954110e6cbe4a9a (diff)
downloadgo-134ae10bdb7da98d645b345f3a24546a84a30058.tar.gz
misc: delete editor and shell support
We are not the right people to support editor plugins, and the profusion of editors in this CL demonstrates the unreality of pretending to do so. People are free to create and advertise their own repos with support. For discussion: https://groups.google.com/forum/#!topic/golang-dev/SA7fD470FxU LGTM=rminnich, kamil.kisiel, gri, rsc, dave, josharian, ruiu R=golang-codereviews, rminnich, kamil.kisiel, gri, rsc, dominik.honnef, dave, josharian, ruiu, ajstarks CC=golang-codereviews https://codereview.appspot.com/105470043
Diffstat (limited to 'misc/editors')
-rw-r--r--misc/editors5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/editors b/misc/editors
new file mode 100644
index 000000000..850ec3401
--- /dev/null
+++ b/misc/editors
@@ -0,0 +1,5 @@
+For information about plugins and other support for Go in editors and shells,
+see this page on the Go Wiki:
+
+https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins
+