This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
dep version #209
Closed
Description
It would be helpful to know which version of dep
I'm using when reporting issues. Right now the best I can do is use go log -1
in the golang/dep
folder.
That doesn't always work though, as I recently failed to install the new version of dep.
Usually I'd use -ldflags
with git rev-parse --short HEAD
and such when building the tool, likely with a Makefile to do the build. That isn't ideal for go get
use though. Suggestions?