mirror of
https://github.com/rclone/rclone.git
synced 2024-12-12 10:12:41 +01:00
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
#!/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
|