Commit e4a50ce9 authored by Agniva De Sarker's avatar Agniva De Sarker Committed by Brad Fitzpatrick

cmd/go: remove inadvertent comment for vgo

This change was introduced while adding the dark copy
of golang.org/x/vgo in CL 118095.

While the comment made sense in a separate vgo repo, when it is
merged with the main repo, this should not remain.

Found while running mkalldocs.sh in CL 119695.

Change-Id: I112a4629c415032bd29e165ac1c27a0f3cabeede
Reviewed-on: https://go-review.googlesource.com/119938Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 0c9be48a
...@@ -64,10 +64,6 @@ func Help(args []string) { ...@@ -64,10 +64,6 @@ func Help(args []string) {
var usageTemplate = `Go is a tool for managing Go source code. var usageTemplate = `Go is a tool for managing Go source code.
This is vgo, an experimental go command with support for package versioning.
Even though you are invoking it as vgo, most of the messages printed will
still say "go", not "vgo". Sorry.
Usage: Usage:
go command [arguments] go command [arguments]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment