Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 885 Bytes

File metadata and controls

30 lines (17 loc) · 885 Bytes

Build Status GoDoc

Ringbuffer

ringbuffer is a Golang package that provides data structure to deal with ring buffer

Installation

first get go then go get github.com/ericaro/ringbuffer

This package has no dependencies, so you can just git clone it.

License

ringbuffer is available under the Apache License, Version 2.0.

Branches

master: Build Status against go versions:

  • 1.0
  • 1.1
  • 1.2
  • 1.3
  • tip