tyc-server/common/tool/krand_test.go

9 lines
106 B
Go
Raw Normal View History

2024-11-03 15:28:10 +08:00
package tool
import "testing"
func TestMd5ByString(t *testing.T) {
s := Md5ByString("AAA")
t.Log(s)
}