diff --git a/README.md b/README.md index 79f3851..7a16d26 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Queue ===== + +[![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue) A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki. Using this instead of other, simpler, queue implementations (slice+append or linked list) provides