Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Last active January 24, 2018 05:34
Show Gist options
  • Save JohnMurray/503820539e3919b8178279f7e15e740b to your computer and use it in GitHub Desktop.
Save JohnMurray/503820539e3919b8178279f7e15e740b to your computer and use it in GitHub Desktop.
Simple install snippet for getting up dep
before_install:
- >-
curl -L -s https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
-o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment