From 341adf9b16fabc3b7ff18449f51d409d061a6f0d Mon Sep 17 00:00:00 2001 From: Alexandre Hamel Date: Mon, 29 Oct 2018 11:31:28 -0400 Subject: [PATCH] Removed go plugin since it's deprecated. --- Plugins-Overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index 17e3701..94c1c04 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -84,8 +84,7 @@ | [github](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/github) | cli access, url shortener | | [gitignore](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gitignore) | gi alias to fetch default .gitignore files from http://gitignore.io/ | | [gnu-utils](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gnu-utils) | GNU coreutils wrappers to override shell builtins | -| [go](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/go) | Go build tool http://golang.org/cmd/go/ | -| [golang](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/golang) | **[DUPLICATE]** identical to 'go'. Should be removed? | +| [golang](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/golang) | Go build tool http://golang.org/cmd/go/ | | [gradle](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gradle) | build automation tool http://www.gradle.org/ | | [grails](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/grails) | funcs for grails script management http://grails.org/ | | [heroku](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/heroku) | cli access https://www.heroku.com/ |