Hi all,
I have just updated to the tip of the repository, which means any
Makefile under the go projects cannot be used.
However, this is the least problem. Right now, I am trying to figure
out how to use go install to install a remote repository on github. I
read the documents and find no obvious different between go install
and goinstall. But when I try this:
$ go install
github.com/monnand/redis.go
can't load package:
github.com/monnand/redis.go: package could not be
found locally
It seems that go install cannot figure out it is a remote git
repository. I checked go help remote, but didn't find useful
information.
Is there anything I missed? How can I install a package from remote
repository.
BTW, I do love the idea of the command go now. But it seems that we
need some documentation work to do.
Regards,
-Monnand