Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
removed golang libs I dont really use
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 3, 2017
1 parent 67f350c commit cb34084
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions golang/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,10 @@ if [ "$(which go)" ] && [ ! -z "$GOPATH" ]; then
mkdir -p "$GOPATH/bin" "$GOPATH/src/github.com/"

packages="
github.com/adjust/go-wrk
github.com/alecthomas/gometalinter
github.com/golang/lint/golint
github.com/lukehoban/go-outline
github.com/mitchellh/gox
github.com/motemen/gore
github.com/newhook/go-symbols
github.com/nsf/gocode
github.com/rogpeppe/godef
github.com/tpng/gopkgs
golang.org/x/tools/cmd/cover
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/cmd/stringer
sourcegraph.com/sqs/goreturns
"

for pkg in $packages; do
Expand Down

0 comments on commit cb34084

Please sign in to comment.