Skip to content

Commit

Permalink
README.md: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
diegommm authored Oct 19, 2024
1 parent 6e6c843 commit ab28351
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![GoDoc](https://godoc.org/github.com/diegommm/adaptivepool?status.svg)](https://godoc.org/github.com/diegommm/adaptivepool)
[![codecov](https://codecov.io/github/diegommm/adaptivepool/graph/badge.svg?token=MT4Z39DA23)](https://codecov.io/github/diegommm/adaptivepool)
[![Go Report Card](https://goreportcard.com/badge/github.com/diegommm/adaptivepool)](https://goreportcard.com/report/github.com/diegommm/adaptivepool)

# Stochastic free list based on sync.Pool

Package **adaptivepool** provides a free list based on sync.Pool that can
Expand Down

0 comments on commit ab28351

Please sign in to comment.