]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make bug subcommand open the browser
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 14 Sep 2016 21:51:41 +0000 (14:51 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Sep 2016 12:33:53 +0000 (12:33 +0000)
commit896ac677b5e3e80278cc1ce179d8a077ac3a6d2f
tree7443c07603dda4ec3fa7caa076d8f37b4350a2dd
parent27eebbabc23366552508f4b13375f8729b90aacb
cmd/go: make bug subcommand open the browser

Instead of dumping information for the use
to copy/paste into the issue tracker,
open the issue tracker directly with a pre-filled
template.

Change-Id: I370d0063b609200497014ccda35244fa4314a662
Reviewed-on: https://go-review.googlesource.com/29210
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/bootstrap.go
src/cmd/go/bug.go
src/cmd/go/http.go