package reader
import "github.com/spdx/tools-golang/tvloader/reader"
Index ¶
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}.
Source Files ¶
- Version
- v0.3.0-rc1
- Published
- Mar 27, 2022
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 6 minutes ago –
Tools for package owners.