import "cmd/go/internal/bug"
Package bug implements the “go bug” command.
var CmdBug = &base.Command{ Run: runBug, UsageLine: "go bug", Short: "start a bug report", Long: ` Bug opens the default browser and starts a new bug report. The report includes useful system information. `, }
Package bug imports 14 packages (graph) and is imported by 5 packages. Updated 2020-12-04. Refresh now. Tools for package owners.