]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/bug
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 18:40:24 +0000 (13:40 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:32:20 +0000 (20:32 +0000)
commit76db88ab4db6c95731d32dc4eefafa674db1203a
treead97dc521cddeb629b8b876ee54f3daae13915ce
parent6dad55aa25debdeb43e6b7c8348cf923fb8e5cff
cmd/go: split out cmd/go/internal/bug

This is one CL in a long sequence of changes to break up the
go command from one package into a plausible group of packages.

This sequence is concerned only with moving code, not changing
or cleaning up code. There will still be more cleanup after this sequence.

The entire sequence will be submitted together: it is not a goal
for the tree to build at every step.

For #18653.

Change-Id: I05629567cc33fef41bc74eba4f7ff66e4851343c
Reviewed-on: https://go-review.googlesource.com/36203
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/bug/bug.go [moved from src/cmd/go/bug.go with 96% similarity]
src/cmd/go/main.go