summaryrefslogtreecommitdiff
path: root/plugins/go/go.plugin.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-08-13 12:40:20 +0200
committerMarc Cornellà <hello@mcornella.com>2021-08-13 12:40:20 +0200
commite1f0d826f1f0d362eb377ef4a8124062ec63c3e9 (patch)
treebd080b8e46e8995717f5b025739e375c1d7f7004 /plugins/go/go.plugin.zsh
parent502b07c9b2829733f43ca76b7cd077b310f0f77f (diff)
downloadzsh-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.zsh3
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"