Versions in this module Expand all Collapse all v0 v0.1.1 Jun 28, 2024 Changes in this version + type MyStruct struct + Age int + Children [5]*MyStruct + Data map[string]interface{} + Friends []*MyStruct + Interests []string + MyParent *MyStruct + Name string + type MyStruct2 struct + Field1 string