Files
athens/scripts/get_dev_tools.sh
Marwan Sulaiman 5449649420 Do not use modules in go get of tools (#690)
* Do not use modules in go get of tools

* temp remove validation

* put back verify minus gofmt

* include module off in list
2018-09-20 13:18:51 -04:00

10 lines
194 B
Bash
Executable File

#!/bin/bash
# install_dev_deps.sh
# Ensure that the tools needed to build locally are present
set -xeuo pipefail
GO111MODULE=off go get github.com/golang/lint/golint
./scripts/get_buffalo.sh