From 3245aff9ff7266a6f4f890b757ec5239fa2c2991 Mon Sep 17 00:00:00 2001 From: r100pogo <62812538+r100pogo@users.noreply.github.com> Date: Tue, 19 May 2020 14:48:45 -0500 Subject: [PATCH] Moved [go] to deprecated --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 43e1f73..f034c76 100644 --- a/Plugins.md +++ b/Plugins.md @@ -115,7 +115,6 @@ _NOTE: elements in zsh arrays are separated by spaces. DO NOT use commas._ - [glassfish](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/glassfish) - [globalias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/globalias) - [gnu-utils](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gnu-utils) -- [go](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/go) (deprecated; use `golang` instead) - [golang](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang) - [gpg-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gpg-agent) - [gradle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gradle) @@ -293,3 +292,4 @@ _NOTE: elements in zsh arrays are separated by spaces. DO NOT use commas._ - [fedora](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fedora) - [git-remote-branch](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-remote-branch) - [nyan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nyan) +- [go](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/go) (use `golang` instead)