mirror of
https://github.com/harshabose/transcode.git
synced 2025-10-17 10:00:56 +08:00
first-commit
This commit is contained in:
8
internal/errors.go
Normal file
8
internal/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package internal
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrorElementUnallocated = errors.New("encountered nil in the buffer. this should not happen. check usage")
|
||||
ErrorChannelBufferClose = errors.New("channel buffer has be closed. cannot perform this operation")
|
||||
)
|
Reference in New Issue
Block a user