mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-03-31 21:45:15 +02:00
Typos again.
This commit is contained in:
parent
882c1d1daa
commit
26446431a0
2
rows.go
2
rows.go
@ -11,7 +11,7 @@ import (
|
||||
// CSVColumnParser is a function which converts trimmed csv
|
||||
// column string to a []byte representation. Currently
|
||||
// transforms NULL to nil
|
||||
var CSVColumnParser = func(s string) []bytezzx {
|
||||
var CSVColumnParser = func(s string) []byte {
|
||||
switch {
|
||||
case strings.ToLower(s) == "null":
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user