This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
crypter
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
6
Wiki
Activity
Browse Source
修复方法
master
v0.2.1
guzeng
3 years ago
parent
36a9fbc2e1
commit
70650e5c8f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
md5.go
+ 1
- 1
md5.go
View File
@ -28,7 +28,7 @@ func Md5Str(str ...string) string {
var
build
strings
.
Builder
var
build
strings
.
Builder
if
len
(
str
)
>
0
{
if
len
(
str
)
>
0
{
for
_
,
v
:=
range
r
and
{
for
_
,
v
:=
range
st
r
{
build
.
WriteString
(
v
)
build
.
WriteString
(
v
)
}
}
}
else
{
}
else
{
Write
Preview
Loading…
Cancel
Save