Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 ¶
type Map ¶
Map returns a type that represents a map of the given type. The map is not strict, meaning that it can contain keys not defined in the map.
Click to show internal directories.
Click to hide internal directories.