Codebase list golang-gopkg-eapache-queue.v1 / 8c1197c
Update README.md Add Travis CI badge Evan Huus 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Queue
11 =====
22
3 [![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
34 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
45
56 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.