You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
for package like ffjson the upstream is not using any tags, so I want to check it out at a specific version, I want something like go get github.com/pquerna/ffjson @ d49c2bc if I use this line below in vendor.conf that works almost, but one extra thing go get does is to install the binary; I want the ffjson to be installed to my $GOPATH/bin as json code generator, can trash also do install the binary?
github.com/pquerna/ffjson d49c2bc
The text was updated successfully, but these errors were encountered:
the solution in #71 to switch to golang/dep may be good, but I wonder the authors here @imikushin@StrongMonkey have some good response if trash will have this feature?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for package like ffjson the upstream is not using any tags, so I want to check it out at a specific version, I want something like
go get github.com/pquerna/ffjson @ d49c2bc
if I use this line below in vendor.conf that works almost, but one extra thinggo get
does is to install the binary; I want the ffjson to be installed to my$GOPATH/bin
as json code generator, can trash also do install the binary?The text was updated successfully, but these errors were encountered: