Documentation
¶
Overview ¶
Package strukt provides parsing strings with delimiter-separated fields into structs consisting of sufficient exported string fields.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
Unmarshal a string with multiple delimited fields into the given struct, returning nil on success. The fields of the struct are filled in their sequence of definition.
If there are less fields in the string than struct fields, the remaining struct fields will be left as is. Unmarshal returns an error if there are more delemited fields than struct fields.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.