mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add common Go dependency managers to default pkg list
This commit is contained in:
@@ -7,8 +7,11 @@ path_prepend "$HOME/Projects/Go/bin:$HOME/.go/bin"
|
||||
|
||||
install_go_global_packages () {
|
||||
local packages=( \
|
||||
github.com/FiloSottile/gvt \
|
||||
github.com/Masterminds/glide \
|
||||
github.com/alecthomas/gometalinter \
|
||||
github.com/golang/lint/golint \
|
||||
github.com/kardianos/govendor \
|
||||
github.com/kisielk/errcheck \
|
||||
github.com/kr/pretty \
|
||||
github.com/laher/goxc \
|
||||
|
||||
Reference in New Issue
Block a user