[ aria ]
[ ソース: golang-github-armon-circbuf ]
パッケージ: golang-github-armon-circbuf-dev (0.0~git20190214.5111143-1)
golang-github-armon-circbuf-dev に関するリンク
golang-github-armon-circbuf ソースパッケージをダウンロード:
- [golang-github-armon-circbuf_0.0~git20190214.5111143-1.debian.tar.xz]
- [golang-github-armon-circbuf_0.0~git20190214.5111143-1.dsc]
- [golang-github-armon-circbuf_0.0~git20190214.5111143.orig.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Golang circular (ring) buffer
This package provides the circbuf Go library. This provides a Buffer object which is a circular (or ring) buffer. It has a fixed size, but can be written to infinitely. Only the last size bytes are ever retained. The buffer implements the io.Writer interface.
This package contains the source.