From 9708f874083876d46f6e5bdfaedadc4c0c265cb2 Mon Sep 17 00:00:00 2001 From: Alexander Grafov Date: Sat, 11 Feb 2017 22:43:21 +0300 Subject: [PATCH] Add go-mode into Editor Plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b959104..e61bd46 100644 --- a/README.md +++ b/README.md @@ -1286,6 +1286,7 @@ Go software and plugins. ## Editor Plugins * [go-lang-idea-plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) Go plugin for IntelliJ IDEA. +* [go-mode](https://github.com/dominikh/go-mode.el) - Go mode for GNU/Emacs. * [go-plus](https://github.com/joefitzgerald/go-plus) - Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting * [Goclipse](https://github.com/GoClipse/goclipse) - An Eclipse plugin for Go. * [gocode](https://github.com/nsf/gocode) - An autocompletion daemon for the Go programming language.