Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagValuePair ¶
TagValuePair is a convenience struct for a (tag, value) string pair.
func ReadTagValues ¶
func ReadTagValues(content io.Reader) ([]TagValuePair, error)
ReadTagValues takes an io.Reader, scans it line by line and returns a slice of {string, string} structs in the form {tag, value}.
Click to show internal directories.
Click to hide internal directories.