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