-
-
Notifications
You must be signed in to change notification settings - Fork 405
Fixed some typos #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed some typos #165
Conversation
| ni.Integer, ni.Valid = 0, false | ||
| case int64: | ||
| const maxUint = ^uint(0) | ||
| const minUint = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
|
Hi, I think you made a typo somewhere and it is not longer parseable source code, check the travis report |
rows.go
Outdated
| // column string to a []byte representation. Currently | ||
| // transforms NULL to nil | ||
| var CSVColumnParser = func(s string) []byte { | ||
| var CSVColumnParser = func(s string) []bytezzx { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
=======================================
Coverage 91.25% 91.25%
=======================================
Files 13 13
Lines 720 720
=======================================
Hits 657 657
Misses 44 44
Partials 19 19
Continue to review full report at Codecov.
|
|
thanks ;) |
Typos and some test case strings