qnc-server-tob/common/tool/krand_test.go

9 lines
106 B
Go
Raw Permalink Normal View History

2025-01-10 00:09:25 +08:00
package tool
import "testing"
func TestMd5ByString(t *testing.T) {
s := Md5ByString("AAA")
t.Log(s)
}