Documentation ¶
Index ¶
- func MustBool(x string) bool
- func MustFloat32(x string) float32
- func MustFloat64(x string) float64
- func MustInt(x string) int
- func MustInt16(x string) int16
- func MustInt32(x string) int32
- func MustInt64(x string) int64
- func MustInt8(x string) int8
- func MustTime(x string, layout string) time.Time
- func ParseBool(target interface{}, num ...bool) bool
- func ParseFloat64(target interface{}, num ...float64) float64
- func ParseInt64(target interface{}, num ...int64) int64
- func ParseUInt64(target interface{}, num ...uint64) uint64
- func Round(f float64, n int) float64
- func SafeMul(a, b uint) uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat64 ¶
ParseFloat64 defined
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.