Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // StringVar represents instance of string. StringVar = new(String) // IntVar represents instance of int. IntVar = new(Int) // Int8Var represents instance of int8. Int8Var = new(Int8) // Int16Var represents instance of int16. Int16Var = new(Int16) // Int32Var represents instance of int32. Int32Var = new(Int32) // Int64Var represents instance of int64. Int64Var = new(Int64) // UintVar represents instance of uint. UintVar = new(Uint) // Uint8Var represents instance of uint8. Uint8Var = new(Uint8) // Uint16Var represents instance of uint16. Uint16Var = new(Uint16) // Uint32Var represents instance of uint32. Uint32Var = new(Uint32) // Uint64Var represents instance of uint64. Uint64Var = new(Uint64) // ByteVar represents instance of byte. ByteVar = new(Byte) // RuneVar represents instance of rune. RuneVar = new(Rune) // Float32Var represents instance of float32. Float32Var = new(Float32) // Float64Var represents instance of float64. Float64Var = new(Float64) )
Functions ¶
Types ¶
type Float32 ¶
type Float32 float32
Float32 represents type float32.
type Float64 ¶
type Float64 float64
Float64 represents type float64.
type String ¶
type String string
String represents type string.
type Uint16 ¶
type Uint16 uint16
Uint16 represents type uint16.
type Uint32 ¶
type Uint32 uint32
Uint32 represents type uint32.
Click to show internal directories.
Click to hide internal directories.