Documentation ¶
Index ¶
- func BoolPtr(b bool) *bool
- func BytePtr(b byte) *byte
- func Float32Ptr(f float32) *float32
- func Float64Ptr(f float64) *float64
- func Int16Ptr(i int16) *int16
- func Int32Ptr(i int32) *int32
- func Int64Ptr(i int64) *int64
- func Int8Ptr(i int8) *int8
- func IntPtr(i int) *int
- func StringPtr(s string) *string
- func Uint16Ptr(i uint16) *uint16
- func Uint32Ptr(i uint32) *uint32
- func Uint64Ptr(i uint64) *uint64
- func Uint8Ptr(i uint8) *uint8
- func UintPtr(i uint) *uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32Ptr ¶
Float32Ptr creates a float32 pointer value and returns it to the caller.
func Float64Ptr ¶
Float64Ptr creates a float64 pointer value and returns it to the caller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.