//
pkg.gl
Category
github.com/spatialcurrent/go-simple-serializer
pkg
properties
package
0.0.10
Repository:
https://github.com/spatialcurrent/go-simple-serializer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
258 SLOC
#
Functions
Read
Read parses properties from the given reader and returns a map of the properties, and error if any.
Write
Write writes the given rows as separated values.
#
Variables
ErrMissingKeyValueSeparator
No description provided by the author
ErrMissingLineSeparator
No description provided by the author
#
Structs
ErrInvalidKind
No description provided by the author
ReadInput
ReadInput provides the input for the Read function.
WriteInput
WriteInput provides the input for the Write function.