mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-04-02 21:45:24 +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
|
// CSVColumnParser is a function which converts trimmed csv
|
||||||
// column string to a []byte representation. Currently
|
// column string to a []byte representation. Currently
|
||||||
// transforms NULL to nil
|
// transforms NULL to nil
|
||||||
var CSVColumnParser = func(s string) []bytezzx {
|
var CSVColumnParser = func(s string) []byte {
|
||||||
switch {
|
switch {
|
||||||
case strings.ToLower(s) == "null":
|
case strings.ToLower(s) == "null":
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user