Imports of package tagvalue

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spdx/tools-golang/convert
github.com/spdx/tools-golang/spdxPackage spdx contains references to the latest spdx version
github.com/spdx/tools-golang/spdx/common
github.com/spdx/tools-golang/spdx/v2/v2_1Package spdx contains the struct definition for an SPDX Document and its constituent parts.
github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/readerPackage parser2v1 contains functions to read, load and parse SPDX tag-value files.
github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writerPackage saver2v1 contains functions to render and write a tag-value formatted version of an in-memory SPDX document and its sections (version 2.1).
github.com/spdx/tools-golang/spdx/v2/v2_2Package spdx contains the struct definition for an SPDX Document and its constituent parts.
github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/readerPackage parser2v2 contains functions to read, load and parse SPDX tag-value files, version 2.2.
github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/writerPackage saver2v2 contains functions to render and write a tag-value formatted version of an in-memory SPDX document and its sections (version 2.2).
github.com/spdx/tools-golang/spdx/v2/v2_3Package v2_3 Package contains the struct definition for an SPDX Document and its constituent parts.
github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/readerPackage reader contains functions to read, load and parse SPDX tag-value files.
github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writerPackage saver2v3 contains functions to render and write a tag-value formatted version of an in-memory SPDX document and its sections.
github.com/spdx/tools-golang/tagvalue/reader
ioPackage io provides basic interfaces to I/O primitives.