Documentation ¶ Index ¶ Constants type Interface func New() Interface Constants ¶ View Source const ( Name = "panic" Apropos = "test error output" Usage = "panic [MESSAGE]..." Man = ` DESCRIPTION Print the given or default message to standard error and exit 1.` ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interface ¶ type Interface interface { Apropos() lang.Alt Main(...string) error Man() lang.Alt String() string Usage() string } func New ¶ func New() Interface Source Files ¶ View all Source files panic.go Click to show internal directories. Click to hide internal directories.