Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + type Bar interface + Boo func(a string, b string) (s string, err error) + type Fooer interface + type Fooer10 interface + Foo func(a []otherfixture.Spaceship) + type Fooer11 interface + Foo func(a []*otherfixture.Spaceship) + type Fooer12 interface + Foo func(a aliasedio.Reader) + type Fooer2 interface + Foo func() + type Fooer3 interface + Bar func(a string) + Baz func(a string) (err error) + Foo func() + Qux func(a, b string) (val string, err error) + Wiggle func() (w wobble) + WiggleWobble func(a []*wobble, b []wobble, c map[string]*wobble, d map[*wobble]wobble, ...) (g map[*wobble]wobble, h [][]*wobble, i otherfixture.Spaceship, ...) + Wobble func() (w *wobble) + type Fooer4 interface + Foo func() error + type Fooer5 interface + Foo func() + type Fooer6 interface + Foo func(a otherfixture.Spaceship) + type Fooer7 interface + Foo func(a *otherfixture.Spaceship) + type Fooer8 interface + Foo func(a map[string]otherfixture.Spaceship) + type Fooer9 interface + Foo func(a map[string]*otherfixture.Spaceship)