From 029e528158438c5577f03f3b6eb43ba3dae26631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 11 Jun 2022 15:29:39 +0800 Subject: [PATCH] - update --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md 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