2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-05 13:28:25 +00:00
2018-03-30 11:48:16 +02:00

8 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