tracker/dist/travis/install_tip.sh
2019-10-18 10:42:57 +09:00

8 lines
No EOL
141 B
Bash
Executable file

#!/bin/bash
set -ex
# Install golint and go vet.
go get -u golang.org/x/lint/golint
go get -u golang.org/x/tools/cmd/...
go get -t -u ./...