Remove go install from Makefile

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-11-27 14:45:08 -05:00
parent a921fb65ad
commit cc9216c1dd
4 changed files with 15 additions and 10 deletions

10
script/setup/install-dev-tools Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
#
# Install developer tools to $GOBIN (or $GOPATH/bin if unset)
#
set -eu -o pipefail
go get -u github.com/stevvooe/protobuild
go get -u github.com/alecthomas/gometalinter
gometalinter --install >/dev/null
go get -u github.com/LK4D4/vndr