]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use httpGET helper in bug command
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 5 Sep 2016 18:14:55 +0000 (15:14 -0300)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 5 Sep 2016 19:23:26 +0000 (19:23 +0000)
commit29272b1e611bf20b706e26757e5d0d872e61adff
treea13f2ea5eeaabe3de7a1a89540e7e9e666296843
parent2939f395e0ab9cd70fb1af51f65af711d2f5f222
cmd/go: use httpGET helper in bug command

Use existing helper function instead of importing "net/http". This
allows the go_bootstrap build to not depend on "net/http" package.
See cmd/go/http.go for details.

Fixes build bootstrap build with all.bash.

Change-Id: I2fd0fb01af7774f1690a353af22137680ec78170
Reviewed-on: https://go-review.googlesource.com/28531
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/bug.go