Registry / utility / maruel-panicparse-v2

maruel-panicparse-v2

JSON →
library2.5.0gogounverified

Panicparse analyzes stack dump of Go processes and simplifies it.

go get github.com/maruel/panicparse/v2
INSTALL
IMPORT
SIG · MARUEL-PANICPARSE-
M
maruel-panicparse-v2
utilitygov2.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

panicparse
github.com/maruel/panicparse/v2

Parse and simplify a Go panic stack trace

package main import ( "fmt" "github.com/maruel/panicparse/v2" ) func main() { stack := panicparse.Parse([]byte("goroutine 1 [running]:\nmain.main()\n\t/tmp/test.go:10 +0x39")) fmt.Println(stack) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
maruel-panicparse-v2 — go get maruel-panicparse-v2 · libregistry