package md5 import ( "fmt" "testing" ) func TestName(t *testing.T) { fmt.Println(Md5("测试")) }