Versions in this module Expand all Collapse all v2 v2.9.5 Jan 18, 2022 Changes in this version + type Baz struct + One string + Two int + type Foo interface + DoFoo func() string + GetBaz func() (*Baz, error)