...

Package bug

import "cmd/go/internal/bug"
Overview
Index

Overview ▾

Package bug implements the “go bug” command.

Index ▾

Package files

bug.go

Variables

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.
    `,
}