Last active
August 24, 2016 12:12
-
-
Save cam-stitt/ac1eafe41daea7110663f5a35f8e2e4e to your computer and use it in GitHub Desktop.
Codeship Go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /dev/stdin <<< “$(curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/languages/go.sh)" | |
go get github.com/Masterminds/glide | |
glide install | |
rsync -razC vendor/ $GOPATH/src/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment