Versions in this module Expand all Collapse all v0 v0.3.0 May 22, 2026 v0.2.0 May 18, 2026 Changes in this version + type A struct + func (a *A) M() int + type B struct + A A + func (b *B) Call() int + func (b *B) N() int