aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgniva De Sarker <agnivade@yahoo.co.in>2018-06-20 11:35:20 +0530
committerBrad Fitzpatrick <bradfitz@golang.org>2018-06-20 14:45:17 +0000
commite4a50ce97af2d9bb41d5f5af8561a17486274e1e (patch)
treeeb975401403f0137332a7eacfcd0c49e8c1d85a0
parent0c9be48a90bfafac68cde05c4d7db8eee17492f6 (diff)
downloadgo-e4a50ce97af2d9bb41d5f5af8561a17486274e1e.tar.gz
go-e4a50ce97af2d9bb41d5f5af8561a17486274e1e.zip
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/119938 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--src/cmd/go/internal/help/help.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd/go/internal/help/help.go b/src/cmd/go/internal/help/help.go
index 68b2c940d1..c79bf8bebb 100644
--- a/src/cmd/go/internal/help/help.go
+++ b/src/cmd/go/internal/help/help.go
@@ -64,10 +64,6 @@ func Help(args []string) {
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:
go command [arguments]