1 Star 0 Fork 0

sy_183 / go-common

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
data-pool.go 97 Bytes
Copy Edit Raw Blame History
sy_183 authored 2023-02-27 19:27 . 纵横视频存储服务v1.1
package pool
type DataPool interface {
Alloc(len uint) *Data
AllocCap(len, cap uint) *Data
}
1
https://gitee.com/sy_183/go-common.git
git@gitee.com:sy_183/go-common.git
sy_183
go-common
go-common
v1.0.4

Search