Files
zac_server_v2/common/tool/krand_test.go

9 lines
106 B
Go
Raw Permalink Normal View History

2026-01-15 17:45:29 +08:00
package tool
import "testing"
func TestMd5ByString(t *testing.T) {
s := Md5ByString("AAA")
t.Log(s)
}