Created
April 16, 2018 04:53
-
-
Save liangchaoboy/d7755ededd7740bfeba9a6a184a20690 to your computer and use it in GitHub Desktop.
url_md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h := md5.New() | |
io.WriteString(h, "/D1/74/D174BCBDA755B66D8D4AB5FA7CB86BB0.f4v-1599580800-wVPJsMQQX97WQIlnpBIPpy27bSzK0bOr") | |
fmt.Printf("%x\n", h.Sum(nil)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment