Skip to content

Instantly share code, notes, and snippets.

@cam-stitt
Last active August 24, 2016 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cam-stitt/ac1eafe41daea7110663f5a35f8e2e4e to your computer and use it in GitHub Desktop.
Save cam-stitt/ac1eafe41daea7110663f5a35f8e2e4e to your computer and use it in GitHub Desktop.
Codeship Go
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