mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 08:02:26 +08:00
refactor
This commit is contained in:
11
pkg/random/random_test.go
Normal file
11
pkg/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