Errors package
This commit is contained in:
parent
0eec85ed08
commit
a880fdea82
24 changed files with 215 additions and 169 deletions
7
errors/types.go
Normal file
7
errors/types.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package errors
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
SourceNotByteSlice = errors.New("Scan source was not []byte")
|
||||
)
|
Reference in a new issue