mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 18:02:27 +08:00
init commit
This commit is contained in:
11
common/utils/random/random_test.go
Normal file
11
common/utils/random/random_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package random
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetRandomStr(t *testing.T) {
|
||||
str := GetRandomStr(16)
|
||||
fmt.Println(str)
|
||||
}
|
||||
Reference in New Issue
Block a user