Documentation ¶
Index ¶
- func All(tasks ...func())
- func Await[T any, V any, A ~[]T](task func(T) V, args *A) []V
- func AwaitWith[T any, V any, A ~[]T, R ~[]V](task func(T) V, args *A, results *R)
- func Clean(original string) string
- func HideFile(filename string) error
- func List(task func(i int), length int)
- func RandomLetter(n int) []rune
- func RandomNumber(digit int) int
- func RandomNumberMixString(digit, mix int) string
- func RandomString(digit int) string
- func SimilarText(first, second string) float64
- func Ternary[T any](expr bool, a, b T) T
- func Timer(uids ...string) gin.H
- type EventLoop
- type Set
- type Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomLetter ¶
随机字母
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.