Files
2025-12-15 17:44:00 +01:00

8 lines
99 B
Go

package contentstream
import "errors"
var (
ErrInvalidOperand = errors.New("invalid operand")
)