Documentation
¶
Index ¶
Constants ¶
View Source
const Extra = "[[__extra_keys__]]"
Variables ¶
View Source
var ( Int = TypeOf(0) Int8 = TypeOf(int8(0)) Int16 = TypeOf(int16(0)) Int32 = TypeOf(int32(0)) Int64 = TypeOf(int64(0)) Uint = TypeOf(uint(0)) Uint8 = TypeOf(uint8(0)) Uint16 = TypeOf(uint16(0)) Uint32 = TypeOf(uint32(0)) Uint64 = TypeOf(uint64(0)) Float = TypeOf(float32(0)) Float64 = TypeOf(float64(0)) String = TypeOf("") Bool = TypeOf(true) Nil = nilType{} Any = anyType{} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.