From 134ae10bdb7da98d645b345f3a24546a84a30058 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 1 Jul 2014 09:21:25 -0700 Subject: 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 --- misc/editors | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 misc/editors (limited to 'misc/editors') 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 + -- cgit v1.2.1