From dfcd1a87cb700f2a82fb6eb957dbfa9c5deb7b94 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 28 Apr 2022 12:34:14 +0100 Subject: [PATCH] chore: remove non-main package from list of go binaries to install --- zsh/golang.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/golang.zsh b/zsh/golang.zsh index 8a75d32..f7cedb1 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -35,7 +35,6 @@ install_go_global_packages() { github.com/cweill/gotests/gotests@latest github.com/erning/gorun@latest github.com/go-delve/delve/cmd/dlv@latest - github.com/golang/mock/gomock@latest github.com/golang/mock/mockgen@latest github.com/google/go-jsonnet/cmd/jsonnet@latest github.com/google/go-jsonnet/cmd/jsonnetfmt@latest