Skip to content

Instantly share code, notes, and snippets.

@indirect
Created September 27, 2013 21:37
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 indirect/6735540 to your computer and use it in GitHub Desktop.
Save indirect/6735540 to your computer and use it in GitHub Desktop.
go dependency management
On Mon, Mar 25, 2013 at 3:47 PM, <alexba...@googlemail.com> wrote:
> One thing that does confuse me, is how to specify a specific version of
> someones code? say, their v1.0 or a git commit hash
If you want to do this, the Best Practice method (currently) is to
fork their repo, and maintain your fork at the revision you need.
from https://groups.google.com/forum/#!topic/golang-nuts/t01qsI40ms4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment