stubbed out cipher funcs
This commit is contained in:
9
errs/errs.go
Normal file
9
errs/errs.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package errs
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrBadData = errors.New("unable to serialize/cast data into buffer; unknown or invalid data object")
|
||||
)
|
||||
Reference in New Issue
Block a user