Skip to content

Fix nil panic for Struct Meta

Latest

Choose a tag to compare

@taustgen-wework taustgen-wework released this 21 Apr 15:54
243966e

The previous release worked for its intended purpose of updating a yaml file in place. However if using the structs generate a new yaml file it panics when the StructMeta is nil because it is unsettable by users outside of unmarshalling yaml.

Now handles nil StructMeta gracefully.