2 Star 1 Fork 1

mosache/YFrame

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
md5x.go 148 Bytes
Copy Edit Raw Blame History
ヤ沒脩袮兲︶ authored 2023-07-04 12:54 +08:00 . add md5x
package md5x
import (
"crypto/md5"
"fmt"
)
func GetMd5(source string) string {
sum := md5.Sum([]byte(source))
return fmt.Sprintf("%X", sum)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mosache/YFrame.git
git@gitee.com:mosache/YFrame.git
mosache
YFrame
YFrame
v0.1.116

Search