fmt | Package 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/spdx | Package spdx contains references to the latest spdx version |
github.com/spdx/tools-golang/spdx/common | |
github.com/spdx/tools-golang/spdx/v2/v2_1 | Package spdx contains the struct definition for an SPDX Document and its constituent parts. |
github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/reader | Package parser2v1 contains functions to read, load and parse SPDX tag-value files. |
github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writer | Package 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_2 | Package spdx contains the struct definition for an SPDX Document and its constituent parts. |
github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/reader | Package 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/writer | Package 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_3 | Package 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/reader | Package reader contains functions to read, load and parse SPDX tag-value files. |
github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writer | Package 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 | |
io | Package io provides basic interfaces to I/O primitives. |