utils备注统一化, 删除多余的函数
This commit is contained in:
@@ -5,6 +5,12 @@ import (
|
||||
"encoding/hex"
|
||||
)
|
||||
|
||||
//@author: [piexlmax](https://github.com/piexlmax)
|
||||
//@function: MD5V
|
||||
//@description: md5加密
|
||||
//@param: str []byte
|
||||
//@return: string
|
||||
|
||||
func MD5V(str []byte) string {
|
||||
h := md5.New()
|
||||
h.Write(str)
|
||||
|
Reference in New Issue
Block a user