Browse Source

修复方法

master v0.2.1
guzeng 3 years ago
parent
commit
70650e5c8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      md5.go

+ 1
- 1
md5.go View File

@ -28,7 +28,7 @@ func Md5Str(str ...string) string {
var build strings.Builder
if len(str) > 0 {
for _, v := range rand {
for _, v := range str {
build.WriteString(v)
}
} else {


Loading…
Cancel
Save