diff --git a/function.go b/function.go index 1e2ed89..e7d18d8 100644 --- a/function.go +++ b/function.go @@ -14,6 +14,8 @@ import ( "time" ) +type Empty struct {} + //传入一个字符串,返回一个加密后的md5 func Md5(str string) string { data := []byte(str)