Browse Source

project init

tags/v1.1.0
liangzy 4 years ago
parent
commit
43d3a06dac
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      function.go

+ 2
- 0
function.go View File

@@ -14,6 +14,8 @@ import (
"time"
)

type Empty struct {}

//传入一个字符串,返回一个加密后的md5
func Md5(str string) string {
data := []byte(str)


Loading…
Cancel
Save