2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-17 18:45:15 +00:00
restic/vendor/github.com/cpuguy83/go-md2man/script/setup/dev-tools

8 lines
161 B
Plaintext
Raw Normal View History

#!/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