Versions in this module Expand all Collapse all v0 v0.5.1 Feb 20, 2025 v0.5.0 Jun 21, 2024 Changes in this version + type Foo struct + Name string + func (this *Foo) Equal(that *Foo) bool + type MyStruct struct + Foo *Foo + Int64 int64 + StringPtr *string + func (this *MyStruct) Equal(that *MyStruct) bool