This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Description
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