Files
EdgeAPI/internal/tests/helper_test.go

11 lines
136 B
Go
Raw Normal View History

2020-07-22 22:17:53 +08:00
package tests
import (
"github.com/iwind/TeaGo/rands"
"testing"
)
func TestRandString(t *testing.T) {
t.Log(rands.HexString(32))
}