mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-08 11:20:26 +08:00
11 lines
136 B
Go
11 lines
136 B
Go
package tests
|
|
|
|
import (
|
|
"github.com/iwind/TeaGo/rands"
|
|
"testing"
|
|
)
|
|
|
|
func TestRandString(t *testing.T) {
|
|
t.Log(rands.HexString(32))
|
|
}
|