Remove go install from Makefile
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
10
script/setup/install-dev-tools
Executable file
10
script/setup/install-dev-tools
Executable 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
|
Reference in New Issue
Block a user