summaryrefslogtreecommitdiff
path: root/plugins/go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/go')
-rw-r--r--plugins/go/README.md2
-rw-r--r--[l---------]plugins/go/go.plugin.zsh4
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/go/README.md b/plugins/go/README.md
index 6ce6f4ee2..bf43b9feb 100644
--- a/plugins/go/README.md
+++ b/plugins/go/README.md
@@ -1 +1 @@
-The go plugin is deprecated. Use the [golang plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/golang) instead.
+The go plugin is deprecated. Use the [golang plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang) instead.
diff --git a/plugins/go/go.plugin.zsh b/plugins/go/go.plugin.zsh
index cf943e2e1..da7c87cfd 120000..100644
--- a/plugins/go/go.plugin.zsh
+++ b/plugins/go/go.plugin.zsh
@@ -1 +1,3 @@
-../golang/golang.plugin.zsh \ No newline at end of file
+print -P "%F{yellow}The 'go' plugin is deprecated. Use the '%Ugolang%u' plugin instead.%f"
+
+source "$ZSH/plugins/golang/golang.plugin.zsh"