Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Kinds = []reflect.Kind{ reflect.Bool, reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String, }
Kinds is used by multiple code generation commands to populate all relevant types. Specialty types, such as time.Time and time.Duration, must be handled separately.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.