1
0
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:
Ulises Jeremias Cornejo Fandos 2022-06-21 02:31:47 -03:00 committed by GitHub
parent f6f77e5264
commit e505fcdac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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