[ 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