mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update golang shell setup
This commit is contained in:
@@ -6,7 +6,8 @@ export GOPATH="$HOME/.go:$HOME/Projects/Go"
|
||||
path_prepend "$HOME/Projects/Go/bin:$HOME/.go/bin"
|
||||
|
||||
install_go_global_packages () {
|
||||
local packages=(
|
||||
local packages=( \
|
||||
github.com/alecthomas/gometalinter \
|
||||
github.com/golang/lint/golint \
|
||||
github.com/kisielk/errcheck \
|
||||
github.com/kr/pretty \
|
||||
@@ -15,8 +16,10 @@ install_go_global_packages () {
|
||||
github.com/motemen/gore \
|
||||
github.com/nsf/gocode \
|
||||
github.com/pmezard/go-difflib/difflib \
|
||||
github.com/rakyll/boom \
|
||||
github.com/rogpeppe/godef \
|
||||
github.com/tools/godep \
|
||||
github.com/vektra/mockery/.../ \
|
||||
golang.org/x/tools/cmd/goimports \
|
||||
launchpad.net/gorun \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user