[ 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