Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vgo: typo in verify sub-command documentation #24125

Closed
rhcarvalho opened this issue Feb 26, 2018 · 1 comment
Closed

x/vgo: typo in verify sub-command documentation #24125

rhcarvalho opened this issue Feb 26, 2018 · 1 comment

Comments

@rhcarvalho
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

$ vgo version
go version go1.10 darwin/amd64 vgo:2018-02-20.1

Does this issue reproduce with the latest release?

Yes.

What operating system and processor architecture are you using (go env)?

Irrelevant.

What did you do?

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

vgo help verify

What did you expect to see?

usage: go verify

Verify checks that the dependencies of the current module, ...

What did you see instead?

usage: go verify

Verify checks that the depdendencies of the current module, ...

https://github.com/golang/vgo/blob/88f0e9617089558db8533e67c7a3c6010c408285/vendor/cmd/go/internal/vgo/verify.go#L24

@gopherbot gopherbot added this to the vgo milestone Feb 26, 2018
merodiro added a commit to merodiro/vgo that referenced this issue Feb 26, 2018
@gopherbot
Copy link

Change https://golang.org/cl/102620 mentions this issue: fix a typo in verify.go

@golang golang locked and limited conversation to collaborators Mar 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants