]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: run mkalldocs.sh
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 6 Sep 2016 14:43:15 +0000 (07:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 6 Sep 2016 15:04:24 +0000 (15:04 +0000)
This should have happened as part of CL 28485.

Change-Id: I63cd31303e542ceaec3f4002c5573f186a1e9a52
Reviewed-on: https://go-review.googlesource.com/28547
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/go/alldocs.go

index cdb69f549e020da60066ebf9971c6cd9eaa57258..9c7b9573d0b53dd503f8f9305c59900dd69bbd92 100644 (file)
@@ -17,6 +17,7 @@
 //     clean       remove object files
 //     doc         show documentation for package or symbol
 //     env         print Go environment information
+//     bug         print information for bug reports
 //     fix         run go tool fix on packages
 //     fmt         run gofmt on package sources
 //     generate    generate Go files by processing source
 // each named variable on its own line.
 //
 //
+// Print information for bug reports
+//
+// Usage:
+//
+//     go bug
+//
+// Bug prints information that helps file effective bug reports.
+//
+// Bugs may be reported at https://golang.org/issue/new.
+//
+//
 // Run go tool fix on packages
 //
 // Usage: