package
Version:
v0.0.0-...-4f7ee9a
Opens a new window with list of versions in this module.
Published: Jul 25, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package csv deals with all the CSV stuff.
WriteCSV gathers all the data to write into a CSV file.
FieldType defaults field type to int.
const (
FieldTypeInt FieldType = iota
FieldTypeFloat
FieldTypeString
)
These constants define what type of fields should be used for CSV.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.