https://github.com/mtchavez/gobuf
Golang Circular Buffer
https://github.com/mtchavez/gobuf
circular-buffer golang
Last synced: about 2 months ago
JSON representation
Golang Circular Buffer
- Host: GitHub
- URL: https://github.com/mtchavez/gobuf
- Owner: mtchavez
- Created: 2013-10-11T17:27:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T17:41:28.000Z (over 11 years ago)
- Last Synced: 2025-02-04T15:32:36.859Z (4 months ago)
- Topics: circular-buffer, golang
- Language: Go
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gobuf
Circular buffer in golang
inspired by [Gringo](https://github.com/textnode/gringo)
## Install
Run `go get github.com/mtchavez/gobuf`
## Usage
See examples from godoc
http://godoc.org/github.com/mtchavez/gobuf
## License
Written by Chavez
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php