Documentation
¶
Index ¶
- func BoolP(b bool) *bool
- func Float32P(f float32) *float32
- func Float64P(f float64) *float64
- func FloatToString(num float64) string
- func IntP(i int) *int
- func PBool(b *bool) bool
- func PFloat32(num *float32) float32
- func PFloat64(num *float64) float64
- func PInt(i *int) int
- func PString(str *string) string
- func PTime(t time.Time) *time.Time
- func StringP(str string) *string
- func TimeP(t *time.Time) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FloatToString ¶
FloatToString Converts float to a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.