- update
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master v1.0.1
李光春 2 years ago
parent 2a345d0e0b
commit 3624a8d483

2
.gitignore vendored

@ -4,4 +4,4 @@
.idea
.vscode
*.log
gitmod.sh
gomod.sh

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 茂名聚合科技有限公司
Copyright (c) 2018 李光春
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -2,24 +2,16 @@
<a href="https://www.dtapp.net/">Golang Md5</a>
</h1>
📦 Golang 字符串组件
📦 Golang Md5
[comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gomd5?status.svg)](https://pkg.go.dev/go.dtapp.net/gomd5)
[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gomd5/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gomd5)
[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gomd5)](https://goreportcard.com/report/go.dtapp.net/gomd5)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net/gomd5)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgomd5)
#### 安装使用
#### 安装
```go
go get -v -u go.dtapp.net/gomd5
```
#### 导入
```go
import (
"go.dtapp.net/gomd5"
)
```

@ -8,8 +8,6 @@ import (
"strings"
)
const Version = "1.0.0"
func Php(str string) string {
h := md5.New()
io.WriteString(h, str)

@ -1,3 +1,3 @@
go get -u && go mod tidy
go mod tidy
go get -u all
go mod vendor

@ -0,0 +1,3 @@
package gomd5
const Version = "1.0.1"
Loading…
Cancel
Save