From 90345883c5d687e29956b436d74aa75ef8be0e66 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Apr 2021 01:15:13 +0100 Subject: [PATCH] feat(golang): add gotests to global package list --- zsh/golang.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/golang.zsh b/zsh/golang.zsh index 81e3efd..aa89e26 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -20,6 +20,7 @@ install_go_global_packages() { github.com/akavel/up@latest github.com/asciimoo/wuzz@latest github.com/cweill/gotests/...@latest + 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