From dc5a157ed8ab5483c10ff641205d7b9e94a7b8e2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 6 May 2018 22:53:22 +0100 Subject: [PATCH] Clean up default list of golang packages --- shell/golang.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/shell/golang.sh b/shell/golang.sh index 30fb6e4..857a7fc 100755 --- a/shell/golang.sh +++ b/shell/golang.sh @@ -11,22 +11,14 @@ alias gv="govendor" install_go_global_packages () { local packages=( - github.com/FiloSottile/gvt - github.com/Masterminds/glide github.com/alecthomas/gometalinter github.com/asciimoo/wuzz github.com/golang/lint/golint - github.com/kardianos/govendor github.com/kisielk/errcheck - github.com/kovetskiy/manul github.com/kr/pretty - github.com/laher/goxc - github.com/mailgun/godebug + github.com/derekparker/delve/cmd/dlv github.com/mdempsky/unconvert - github.com/mitchellh/gox - github.com/motemen/gore github.com/nsf/gocode - github.com/pmezard/go-difflib/difflib github.com/rakyll/hey github.com/rogpeppe/godef github.com/vektra/mockery/.../