I want to install packages from github to my $GOPATH
, I have tried this:
go get github.com:capotej/groupcache-db-experiment.git
the repository is here.
I want to install packages from github to my $GOPATH
, I have tried this:
go get github.com:capotej/groupcache-db-experiment.git
the repository is here.