Files
sim-server/common/tool/krand_test.go
2026-02-08 16:19:37 +08:00

9 lines
106 B
Go

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