aboutsummaryrefslogtreecommitdiff
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
commitddbefae97ef0dd506da22eab811574d57a4f2a3b (patch)
tree06bded196ee75b94e4a71d68db405e5a84605004 /misc/editors
parent1ec56062ef6b256f8269e2ca8c5477e3a917331a (diff)
downloadgo-ddbefae97ef0dd506da22eab811574d57a4f2a3b.tar.gz
go-ddbefae97ef0dd506da22eab811574d57a4f2a3b.zip
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://golang.org/cl/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 0000000000..850ec34011
--- /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
+