Documentation
¶
Index ¶
- func NewBool(v bool) *bool
- func NewFloat32(v float32) *float32
- func NewFloat64(v float64) *float64
- func NewInt(v int) *int
- func NewString(v string) *string
- func NewTime(v time.Time) *time.Time
- func ToBool(p *bool, d bool) bool
- func ToFloat32(p *float32, d float32) float32
- func ToFloat64(p *float64, d float64) float64
- func ToInt(p *int, d int) int
- func ToString(p *string, d string) string
- func ToTime(p *time.Time, d time.Time) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFloat32 ¶
func NewFloat64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.