diff options
author | MasterOfTheTiger <ted.jameson@pm.me> | 2018-10-04 04:06:21 -0700 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-04 13:06:21 +0200 |
commit | 7f96366970045f0552069359180737ec76b3d619 (patch) | |
tree | 140f029ebd7c23ea502d659eaf18745228bcf8d8 /plugins | |
parent | ceb8e7d3040113938c60b23b9466584cb66cb15d (diff) | |
download | zsh-7f96366970045f0552069359180737ec76b3d619.tar.gz zsh-7f96366970045f0552069359180737ec76b3d619.tar.bz2 zsh-7f96366970045f0552069359180737ec76b3d619.zip |
go: add README and deprecation warning (#7214)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/go/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/go/README.md b/plugins/go/README.md new file mode 100644 index 000000000..6ce6f4ee2 --- /dev/null +++ b/plugins/go/README.md @@ -0,0 +1 @@ +The go plugin is deprecated. Use the [golang plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/golang) instead. |