md5_test.go 122 B

1234567
  1. package character
  2. import "testing"
  3. func TestMd5Content(t *testing.T) {
  4. t.Log(Md5Content([]byte("grave-1639362141")))
  5. }