diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-08-13 12:40:20 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-08-13 12:40:20 +0200 |
commit | e1f0d826f1f0d362eb377ef4a8124062ec63c3e9 (patch) | |
tree | bd080b8e46e8995717f5b025739e375c1d7f7004 /plugins/go/go.plugin.zsh | |
parent | 502b07c9b2829733f43ca76b7cd077b310f0f77f (diff) | |
download | zsh-e1f0d826f1f0d362eb377ef4a8124062ec63c3e9.tar.gz zsh-e1f0d826f1f0d362eb377ef4a8124062ec63c3e9.tar.bz2 zsh-e1f0d826f1f0d362eb377ef4a8124062ec63c3e9.zip |
refactor(go)!: remove deprecated `go` plugin
BREAKING CHANGE: the `go` plugin has been removed. Use the `golang` plugin instead.
Diffstat (limited to 'plugins/go/go.plugin.zsh')
-rw-r--r-- | plugins/go/go.plugin.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/go/go.plugin.zsh b/plugins/go/go.plugin.zsh deleted file mode 100644 index da7c87cfd..000000000 --- a/plugins/go/go.plugin.zsh +++ /dev/null @@ -1,3 +0,0 @@ -print -P "%F{yellow}The 'go' plugin is deprecated. Use the '%Ugolang%u' plugin instead.%f" - -source "$ZSH/plugins/golang/golang.plugin.zsh" |