Files
EdgeAPI/internal/tests/helper_test.go
2020-07-22 22:17:53 +08:00

11 lines
136 B
Go

package tests
import (
"github.com/iwind/TeaGo/rands"
"testing"
)
func TestRandString(t *testing.T) {
t.Log(rands.HexString(32))
}