Skip to content

cmd/go: get --verbose #12197

@techtonik

Description

@techtonik

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 ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions