restic/vendor/github.com/cpuguy83/go-md2man/script/setup/dev-tools
2018-03-30 11:48:16 +02:00

7 lines
161 B
Bash
Executable file

#!/usr/bin/env bash
set -eu -o pipefail
go get -u github.com/alecthomas/gometalinter
gometalinter --install >/dev/null
go get -u github.com/golang/dep/cmd/dep