Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aliased ¶
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type AliasedTwice ¶
type AliasedTwice = intermediate
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type Element ¶
type Element struct{}
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type ElementDeriv ¶
type ElementDeriv Element
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type Slice ¶
type Slice []Element
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type SliceAlias ¶
type SliceAlias = Slice
Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.
type X ¶
type X struct {
A Aliased
B AliasedTwice
C other.Int
D SliceAlias
}
func (*X) UnmarshalJSON ¶
UnmarshalJSON unmarshals from JSON.