mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Clean up default list of golang packages
This commit is contained in:
@@ -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/.../
|
||||
|
||||
Reference in New Issue
Block a user