refactor(go)!: remove deprecated go plugin

BREAKING CHANGE: the `go` plugin has been removed. Use the `golang` plugin instead.
This commit is contained in:
Marc Cornellà 2021-08-13 12:40:20 +02:00
parent 502b07c9b2
commit e1f0d826f1
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B
2 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
The go plugin is deprecated. Use the [golang plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang) instead.

View File

@ -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"