]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove inadvertent comment for vgo
authorAgniva De Sarker <agnivade@yahoo.co.in>
Wed, 20 Jun 2018 06:05:20 +0000 (11:35 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 20 Jun 2018 14:45:17 +0000 (14:45 +0000)
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>
src/cmd/go/internal/help/help.go

index 68b2c940d103d2b42ecb68c411f98d1f141a720e..c79bf8bebba262fab7c771296456774d7c8f60f0 100644 (file)
@@ -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]