Files
qnc-server-v2/common/tool/krand_test.go
2025-11-06 23:39:06 +08:00

9 lines
106 B
Go

package tool
import "testing"
func TestMd5ByString(t *testing.T) {
s := Md5ByString("AAA")
t.Log(s)
}