浏览代码

refactor(go)!: remove deprecated `go` plugin

BREAKING CHANGE: the `go` plugin has been removed. Use the `golang` plugin instead.
Marc Cornellà 3 年之前
父节点
当前提交
e1f0d826f1
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 1
      plugins/go/README.md
  2. 0 3
      plugins/go/go.plugin.zsh

+ 0 - 1
plugins/go/README.md

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

+ 0 - 3
plugins/go/go.plugin.zsh

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