]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add bug command
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 28 Aug 2016 17:38:41 +0000 (10:38 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 5 Sep 2016 15:48:08 +0000 (15:48 +0000)
commit2939f395e0ab9cd70fb1af51f65af711d2f5f222
tree9052a3f20fb956f497643c7884bd65f17392284a
parentd58886409398abfa1a3aed1864e9ee14d516c089
cmd/go: add bug command

This is a slightly rough, skeletal implementation.
We will polish and add to it through use.

.github/ISSUE_TEMPLATE will be updated in a
separate CL.

Fixes #16635

Change-Id: Icf284170d87e61b5b643366c85cffc48f149f730
Reviewed-on: https://go-review.googlesource.com/28485
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/bug.go [new file with mode: 0644]
src/cmd/go/main.go