mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
encoding.csv: update reader.v (#14807)
This commit is contained in:
parent
f6f77e5264
commit
e505fcdac0
@ -38,7 +38,7 @@ fn (err InvalidLineEndingError) msg() string {
|
||||
return 'encoding.csv: could not find any valid line endings'
|
||||
}
|
||||
|
||||
struct Reader {
|
||||
pub struct Reader {
|
||||
// not used yet
|
||||
// has_header bool
|
||||
// headings []string
|
||||
|
Loading…
Reference in New Issue
Block a user