Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole authored Jun 30, 2020
1 parent a767aeb commit 02aae50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 1,6 @@
[![release](https://img.shields.io/badge/release-v0.1.3-blue.svg)](https://github.com/neilotoole/errgroup/releases/tag/v0.1.3)
[![release](https://img.shields.io/badge/release-v0.1.3-green.svg)](https://github.com/neilotoole/errgroup/releases/tag/v0.1.3)
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/neilotoole/errgroup)
[![license](https://img.shields.io/github/license/neilotoole/errgroup)](./LICENSE)

# neilotoole/errgroup
`neilotoole/errgroup` is a drop-in alternative to Go's wonderful
Expand Down Expand Up @@ -48,9 49,7 @@ err := g.Wait()
```

Many users will have no need to tweak the `numG` and `qCh` params. However, benchmarking
may suggest particular values for your workload.

For that you'll need `WithContextN`:
may suggest particular values for your workload. For that you'll need `WithContextN`:

```go
numG, qSize := 8, 4
Expand Down

0 comments on commit 02aae50

Please sign in to comment.