mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Update list of golang global packages
This commit is contained in:
@@ -6,20 +6,17 @@ install_go_global_packages () {
|
||||
local packages=(
|
||||
github.com/akavel/up
|
||||
github.com/asciimoo/wuzz
|
||||
github.com/derekparker/delve/cmd/dlv
|
||||
github.com/cweill/gotests/...
|
||||
github.com/go-delve/delve/cmd/dlv
|
||||
github.com/golang/mock/gomock
|
||||
github.com/golang/mock/mockgen
|
||||
github.com/kisielk/errcheck
|
||||
github.com/kr/pretty
|
||||
github.com/mdempsky/unconvert
|
||||
github.com/rakyll/hey
|
||||
github.com/rogpeppe/godef
|
||||
github.com/saibing/bingo
|
||||
github.com/spf13/cobra/cobra
|
||||
github.com/stamblerre/gocode
|
||||
github.com/vektra/mockery/.../
|
||||
golang.org/x/tools/cmd/godoc
|
||||
golang.org/x/tools/cmd/goimports
|
||||
golang.org/x/tools/cmd/gorename
|
||||
golang.org/x/tools/cmd/guru
|
||||
golang.org/x/tools/gopls
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user