Versions in this module Expand all Collapse all v2 v2.31.10 Jul 10, 2023 Changes in this version + type Baz struct + One string + Two int + type Foo interface + DoFoo func() string + GetBaz func() (*Baz, error) + type PackageNameSameAsImport interface + NewClient func() foo.Client