Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFieldNameTypeAndValue ¶
func GetFieldNameTypeAndValue(i interface{})
GetFieldNameTypeAndValue ...
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
An Decoder reads cvs values to an input stream.
func NewDecoder ¶
NewDecoder returns a new decoder that reader from r.
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
An Encoder writes cvs values to an output stream.
func NewEncoder ¶
NewEncoder returns a new encoder that writes to w.
Click to show internal directories.
Click to hide internal directories.