Documentation ¶
Overview ¶
panic crashes in various ways.
It is a tool to help test pp, it is used in its unit tests.
To install, run:
go install github.com/maruel/panicparse/v2/cmd/panic panic -help panic str |& pp
Some panics require the race detector with -race:
go install -race github.com/maruel/panicparse/v2/cmd/panic panic race |& pp
To use with optimization (-N) and inlining (-l) disabled, build with -gcflags '-N -l' like:
go install -gcflags '-N -l' github.com/maruel/panicparse/v2/cmd/panic
Directories ¶
Path | Synopsis |
---|---|
Package internal is for use for panic.
|
Package internal is for use for panic. |
incorrect
Package correct is in directory incorrect.
|
Package correct is in directory incorrect. |
utf8
Package ùtf8 tests a package and function with non-ASCII names.
|
Package ùtf8 tests a package and function with non-ASCII names. |
Click to show internal directories.
Click to hide internal directories.