# Packages
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
}