SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Mutable struct #31

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 1 year ago

Resolves #16 Changed all objects of type AbstractSpdxData from my home-brew mix of mutable and immutable fields, to use the mutable struct with the const keyword introduced in Julia 1.8