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:
@@ -42,11 +42,12 @@ install_go_global_packages () {
|
||||
golang.org/x/tools/cmd/goimports \
|
||||
golang.org/x/tools/cmd/gorename \
|
||||
golang.org/x/tools/cmd/guru \
|
||||
launchpad.net/gorun \
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
echo "installing/updating \"$package\""
|
||||
go get -u "$package"
|
||||
done
|
||||
|
||||
gometalinter --install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user