diff --git a/README.md b/README.md new file mode 100644 index 0000000..24839d2 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +

+Golang WeChatOpen +

+ +📦 Golang WeChatOpen + +[comment]: <> (go) +[![godoc](https://pkg.go.dev/badge/go.dtapp.net/wechatopen?status.svg)](https://pkg.go.dev/go.dtapp.net/wechatopen) +[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/wechatopen/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/wechatopen) +[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/wechatopen)](https://goreportcard.com/report/go.dtapp.net/wechatopen) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net/wechatopen) + +#### 安装使用 + +```go +go get -v -u go.dtapp.net/wechatopen +``` + +#### 导入 + +```go +import ( + "go.dtapp.net/wechatopen" +) +``` \ No newline at end of file