Skip to content

Commit 7c37089

Browse files
committed
README.md: update for v2
1 parent 41c3a70 commit 7c37089

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Parses panic stack traces, densifies and deduplicates goroutines with similar
44
stack traces. Helps debugging crashes and deadlocks in heavily parallelized
55
process.
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

1312
panicparse 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).

0 commit comments

Comments
 (0)