1 // Package ldbuilders contains helpers for constructing the data model objects defined by ldmodel. 2 // 3 // This is used mainly in test code, to avoid unnecessary dependencies on implementation details of the data model 4 // (such as the use of pointers for optional values). 5 package ldbuilders 6