We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882c1d1 commit 2644643Copy full SHA for 2644643
rows.go
@@ -11,7 +11,7 @@ import (
11
// CSVColumnParser is a function which converts trimmed csv
12
// column string to a []byte representation. Currently
13
// transforms NULL to nil
14
-var CSVColumnParser = func(s string) []bytezzx {
+var CSVColumnParser = func(s string) []byte {
15
switch {
16
case strings.ToLower(s) == "null":
17
return nil
0 commit comments