-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
It is unclear what go is doing while trying to get LXD for development with go get github.com/lxc/lxd
. It hangs for a lot of time and I don't know if it is network problem or just long checkout:
$ go version
go version go1.4.2 linux/amd64
What I expect at first is some command line help:
$ go get github.com/lxc/lxd -h
package -h: unrecognized import path "-h"
$ go get github.com/lxc/lxd --help
package --help: unrecognized import path "--help"
And then:
$ go get github.com/lxc/lxd --verbose
downloading ....
compiling ...
etc ...