File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ Parses panic stack traces, densifies and deduplicates goroutines with similar
44stack traces. Helps debugging crashes and deadlocks in heavily parallelized
55process.
66
7- [ ![ GoDoc ] ( https://godoc.org/ github.com/maruel/panicparse/stack?status.svg )] ( https://pkg.go.dev/github.com/maruel/panicparse/stack )
8- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/maruel/panicparse )] ( https://goreportcard.com/report/github.com/maruel/panicparse )
7+ [ ![ PkgGoDev ] ( https://pkg.go.dev/badge/ github.com/maruel/panicparse/v2/ stack )] ( https://pkg.go.dev/github.com/maruel/panicparse/v2 /stack )
8+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/maruel/panicparse/v2 )] ( https://goreportcard.com/report/github.com/maruel/panicparse/v2 )
99[ ![ Coverage Status] ( https://codecov.io/gh/maruel/panicparse/graph/badge.svg )] ( https://codecov.io/gh/maruel/panicparse )
10- [ ![ Build Status] ( https://travis-ci.org/maruel/panicparse.svg )] ( https://travis-ci.org/maruel/panicparse )
1110
1211
1312panicparse helps make sense of Go crash dumps:
@@ -17,10 +16,13 @@ panicparse helps make sense of Go crash dumps:
1716
1817## Features
1918
19+ * ** New in v2.0.0!** : Full go module support.
20+ * ** New in v2.0.0!** : Race detector support.
21+ * ** New in v2.0.0!** : HTML export.
2022 * ** New in v2.0.0!** : Completely refactored stack package for higher
2123 performance.
2224 * ** New in v1.4.0!** :
23- [ webstack.SnapshotHandler] ( https://pkg.go.dev/github.com/maruel/panicparse/stack/webstack#SnapshotHandler )
25+ [ webstack.SnapshotHandler] ( https://pkg.go.dev/github.com/maruel/panicparse/v2/ stack/webstack#SnapshotHandler )
2426 is a http handler that serves a very tight and swell snapshot of your
2527 goroutines, much more readable than
2628 [ net/http/pprof] ( https://golang.org/pkg/net/http/pprof ) .
You can’t perform that action at this time.
0 commit comments