Add goreleaser to default golang packages

This commit is contained in:
2018-05-06 23:52:43 +01:00
parent cebecc853c
commit 5b484f4607

View File

@@ -13,10 +13,11 @@ install_go_global_packages () {
local packages=( local packages=(
github.com/alecthomas/gometalinter github.com/alecthomas/gometalinter
github.com/asciimoo/wuzz github.com/asciimoo/wuzz
github.com/derekparker/delve/cmd/dlv
github.com/golang/lint/golint github.com/golang/lint/golint
github.com/goreleaser/goreleaser
github.com/kisielk/errcheck github.com/kisielk/errcheck
github.com/kr/pretty github.com/kr/pretty
github.com/derekparker/delve/cmd/dlv
github.com/mdempsky/unconvert github.com/mdempsky/unconvert
github.com/nsf/gocode github.com/nsf/gocode
github.com/rakyll/hey github.com/rakyll/hey