Documentation
¶
Index ¶
- func AppendNumber(dst []byte, f float64) []byte
- func GCD(m, n int) int
- func LCM(m, n int) int
- func Lerp(v0, v1, t float64) float64
- func ParseBool(s string) (b, ok bool)
- func ParseFloat(s string) (f float64, ok bool)
- func ParseTimeShift(s string) (years, months, days int, duration time.Duration, ok bool)
- func ReflectType(v reflect.Value) reflect.Type
- func ValidPageSize(s int) bool
- type JSON
- type Pointer
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendNumber ¶ added in v0.23.0
func ParseFloat ¶ added in v0.30.5
func ParseTimeShift ¶ added in v0.30.5
func ValidPageSize ¶ added in v0.30.5
Types ¶
Click to show internal directories.
Click to hide internal directories.