//
pkg.gl
Category
github.com/mewkiz/pkg
csvutil
package
0.0.0-20241223220703-7f3c7df797ff
Repository:
https://github.com/mewkiz/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
63 SLOC
#
Functions
Parse
Parse parses the given CSV stream into v.
ParseFile
ParseFile parses the given CSV file into v.
Write
Write marshals v into CSV format, writing to w.
WriteFile
WriteFile marshals v into CSV format, writing to csvPath.