The -a <package flag adds the latest release from github to the Godeps file.
Sometimes there are no available releases though (in projects that don't use git tags), the -H flag should work alongside with the -a flag and make it add the HEAD sha to the Godeps file instead of the last release.
The
-a <package
flag adds the latest release from github to the Godeps file.Sometimes there are no available releases though (in projects that don't use git tags), the
-H
flag should work alongside with the-a
flag and make it add the HEAD sha to the Godeps file instead of the last release.