Golint
This commit is contained in:
parent
a880fdea82
commit
efb0cc13fa
41 changed files with 569 additions and 386 deletions
|
@ -3,5 +3,6 @@ package errors
|
|||
import "errors"
|
||||
|
||||
var (
|
||||
SourceNotByteSlice = errors.New("Scan source was not []byte")
|
||||
// ErrSourceNotByteSlice when not a byte-slice.
|
||||
ErrSourceNotByteSlice = errors.New("Scan source was not []byte")
|
||||
)
|
||||
|
|
Reference in a new issue