pote / gpm

Barebones dependency manager for Go.
MIT License
1.19k stars 51 forks source link

Add -H flag #1

Closed pote closed 11 years ago

pote commented 11 years ago

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.