You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vgo list -m
github.com/you/hello
$ vgo list -t rsc.io/sampler
$ vgo list -t rsc.io/sampler
flag provided but not defined: -t
usage: list [-f format] [-json] [-m] [list flags] [build flags] [packages]
Run 'go help list' for details.
This used to work (tried with a past version, 6a94eb3 for instance)
The text was updated successfully, but these errors were encountered:
Per #25656 (comment), vgo list -t appears to be currently broken, but that issue also captures a number of other changes that Russ has planned for vgo list.
I'll close this issue for now because I think both points are covered but please shout if that's not the case.
What version of Go are you using (
go version
)?go version go1.10.3 linux/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build039741224=/tmp/go-build -gno-record-gcc-switches"
What did you do?
I followed the vgo tour available at [https://research.swtch.com/vgo-tour] with the latest version of vgo (installed via go get -u golang.org/x/vgo)
It appears that the command
vgo list -m
andvgo list -t rsc.io/sampler
do not behave as expected.What did you expect to see?
$ vgo list -m
$ vgo list -t rsc.io/sampler
What did you see instead?
$ vgo list -m
$ vgo list -t rsc.io/sampler
This used to work (tried with a past version, 6a94eb3 for instance)
The text was updated successfully, but these errors were encountered: