Documentation ¶
Index ¶
- func Bool(val bool) *bool
- func Float32(val float32) *float32
- func Float64(val float64) *float64
- func IndirectSafe(obj interface{}) interface{}
- func Int(val int) *int
- func Int16(val int16) *int16
- func Int32(val int32) *int32
- func Int64(val int64) *int64
- func Int8(val int8) *int8
- func String(val string) *string
- func Time(val time.Time) *time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndirectSafe ¶
func IndirectSafe(obj interface{}) interface{}
IndirectSafe dereferences if obj is a pointer, otherwise no-op
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.