1 Star 0 Fork 0

zengyongheng / gocvwinmedia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
error.go 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
zengyongheng 提交于 2021-07-02 20:29 . init
package io
import "fmt"
// InsufficientBufferError tells the caller that the buffer provided is not sufficient/big
// enough to hold the whole data/sample.
type InsufficientBufferError struct {
RequiredSize int
}
func (e *InsufficientBufferError) Error() string {
return fmt.Sprintf("provided buffer doesn't meet the size requirement of length, %d", e.RequiredSize)
}
1
https://gitee.com/zengyongheng/gocvwinmedia.git
git@gitee.com:zengyongheng/gocvwinmedia.git
zengyongheng
gocvwinmedia
gocvwinmedia
0bf383f7f91e

搜索帮助

53164aa7 5694891 3bd8fe86 5694891