Categorygithub.com/eavesmy/golang-lib
repository
0.4.7
Repository: https://github.com/eavesmy/golang-lib.git
Documentation: pkg.go.dev

# 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.
}