Versions in this module Expand all Collapse all v0 v0.1.7 Sep 25, 2021 v0.1.4 Dec 25, 2020 Changes in this version + type Address struct + City string + Country string + Number float64 + type Person struct + Address *Address + Addresses []Address + Friends []*Person + Metadata []byte + Name string + Nicknames []string + PersonalInfo PersonalInfo + type PersonalInfo struct + Hobbies []string + PetName string