提交 740f7d06 编写于 作者: 李光春

updateHelper

上级 4bfe4519
package aes
package helper_aes
import (
"bytes"
......
package decimal
package helper_decimal
import (
"fmt"
......
package json
package helper_json
import "encoding/json"
......
package mail
package helper_mail
import (
"fmt"
......
package md5
package helper_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 rsa
package helper_rsa
import (
"crypto/rand"
......
package time
package helper_time
import "time"
......
package uuid
package helper_uuid
import "github.com/google/uuid"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册