提交 130895c2 编写于 作者: 李光春

【优化】

上级 740f7d06
......@@ -4,4 +4,5 @@
.idea
.vscode
*.log
git.sh
\ No newline at end of file
git.sh
gitv.sh
\ No newline at end of file
package helper_aes
package aes
import (
"bytes"
......
package helper_decimal
package decimal
import (
"fmt"
......
package helper_json
package json
import "encoding/json"
......
package helper_mail
package mail
import (
"fmt"
......
package helper_md5
package md5
import (
"crypto/md5"
......@@ -9,4 +9,4 @@ func MD5(str string) string {
s := md5.New()
s.Write([]byte(str))
return hex.EncodeToString(s.Sum(nil))
}
\ No newline at end of file
}
package helper_rsa
package rsa
import (
"crypto/rand"
......
package helper_time
package time
import "time"
......
package helper_uuid
package uuid
import "github.com/google/uuid"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册