From 9b5bb79a72ff06b802c53b0566f7680fb2739fea Mon Sep 17 00:00:00 2001 From: silenceper Date: Sun, 24 May 2020 21:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0example=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e60a6d..439ed38 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # WeChat SDK for Go ![Go](https://github.com/silenceper/wechat/workflows/Go/badge.svg?branch=release-2.0) [![Go Report Card](https://goreportcard.com/badge/github.com/silenceper/wechat)](https://goreportcard.com/report/github.com/silenceper/wechat) -[![GoDoc](http://godoc.org/github.com/silenceper/wechat?status.svg)](https://pkg.go.dev/github.com/silenceper/wechat/v2?tab=doc) - +[![godoc](https://img.shields.io/badge/godoc-reference-informational)](https://pkg.go.dev/github.com/silenceper/wechat/v2?tab=doc) 使用Golang开发的微信SDK,简单、易用。 @@ -44,9 +43,10 @@ server.Send() ``` -## 文档 +## 文档 && 例子 [Wechat SDK 2.0 文档](http://silenceper.com/wechat) +[Wechat SDK 2.0 例子](https://github.com/gowechat/example) ## 目录说明 - officialaccount: 微信公众号API