Versions in this module Expand all Collapse all v0 v0.2.2 Feb 25, 2025 v0.2.1 Feb 14, 2025 Changes in this version + func IsPhoneNumber(s string) bool v0.2.0 Feb 13, 2025 v0.1.1 Feb 6, 2025 Changes in this version + func PercentTrue(p float64) bool + func RandBetween(min, max int) int + func RandTime(startTime time.Time, maxDuration time.Duration) time.Time + func RandTimeRange(startTime time.Time, endTime time.Time) time.Time + func Sha256(s string) string + func ToPtr[T any](v T) *T