package
Version:
v1.7.1
Opens a new window with list of versions in this module.
Published: Mar 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package icsv defines an interface for things that can export as CSV.
type Marshaler interface {
MarshalCSV() ([]byte, error)
}
Marshaler is an interface for items that can convert to CSV.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.