[ trixie ]
[ sid ]
[ ソース: golang-github-globocom-go-buffer ]
パッケージ: golang-github-globocom-go-buffer-dev (2.0.0-2)
golang-github-globocom-go-buffer-dev に関するリンク
Debian の資源:
golang-github-globocom-go-buffer ソースパッケージをダウンロード:
- [golang-github-globocom-go-buffer_2.0.0-2.dsc]
- [golang-github-globocom-go-buffer_2.0.0.orig.tar.gz]
- [golang-github-globocom-go-buffer_2.0.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Asynchronous data buffer for Go applications (library)
go-buffer represents a buffer that asynchronously flushes its contents. It is useful for applications that need to aggregate data before writing it to an external storage. A buffer is flushed manually, or automatically when it becomes full or after an interval has elapsed, whichever comes first.
This package contains the Go development library.
その他の golang-github-globocom-go-buffer-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-onsi-ginkgo-dev
- BDD Testing Framework for Go (development files)
-
- dep: golang-gomega-dev
- Matcher/assertion library for the Go programming language