# README
Golang 开发常用函数库
使用
package main
import "github.com/eavesmy/golang-lib/crypto"
import "fmt"
func main(){
word := crypto.Md5("Hello world")
fmt.Println(word) // 32 length string.
}
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
* @Author: jjc
* @Date: 2021-06-01 12:53:39
* @LastEditTime: 2021-06-01 12:59:01
* @LastEditors: Please set LastEditors
* @Description:
* @FilePath: /tianshen/root/go/pkg/mod/github.com/eavesmy/[email protected]/crypto/recrypt_base64.go
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author