Remove deprecated thing (#1562)

This commit is contained in:
Viet Hung Nguyen 2017-09-11 08:51:37 +07:00 committed by Bo-Yi Wu
parent 230ce2d5b6
commit be3cbbe076

View File

@ -1442,7 +1442,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Editor Plugins ## Editor Plugins
* [Go plugin for JetBrains IDEs](https://plugins.jetbrains.com/plugin/9568-go) - Go plugin for JetBrains IDEs. * [Go plugin for JetBrains IDEs](https://plugins.jetbrains.com/plugin/9568-go) - Go plugin for JetBrains IDEs.
* [go-lang-idea-plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) (deprecated) - The previous Go plugin for IntelliJ (JetBrains) IDEA, now replaced by the official plugin (above).
* [go-mode](https://github.com/dominikh/go-mode.el) - Go mode for GNU/Emacs. * [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. * [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) - Eclipse plugin for Go. * [Goclipse](https://github.com/GoClipse/goclipse) - Eclipse plugin for Go.