Files
Znc_V2/common/tool/krand_test.go
2026-01-12 18:14:32 +08:00

9 lines
106 B
Go

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