aboutsummaryrefslogtreecommitdiff
path: root/spdx
AgeCommit message (Collapse)Author
2020-05-09Refactor parser to handle element ID mapsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-04-25Change to element IDs and mapsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-01-09Create Go ModuleRishabhBhatnagar
- Unpack directory v0 to move all the content to the root directory. - ./v0/* converted to ./* - all the test cases were fixed to remove one directory less indexing for test files - add go.mod - go version 1.13 is used to have a relatively stable versioning system Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>