Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Bool = reflect.TypeOf(true)
View Source
var Float32 = reflect.TypeOf(float32(0))
View Source
var Float64 = reflect.TypeOf(float64(0))
View Source
var Int = reflect.TypeOf(int(0))
View Source
var Int16 = reflect.TypeOf(int16(0))
View Source
var Int32 = reflect.TypeOf(int32(0))
View Source
var Int64 = reflect.TypeOf(int64(0))
View Source
var Int8 = reflect.TypeOf(int8(0))
View Source
var String = reflect.TypeOf("")
View Source
var Uint = reflect.TypeOf(uint(0))
View Source
var Uint16 = reflect.TypeOf(uint16(0))
View Source
var Uint32 = reflect.TypeOf(uint32(0))
View Source
var Uint64 = reflect.TypeOf(uint64(0))
View Source
var Uint8 = reflect.TypeOf(uint8(0))
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.