This is an automated email from the ASF dual-hosted git repository.

zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new b0b7849  Use pkg.go.dev badge in the readme (#947)
b0b7849 is described below

commit b0b7849be49d2a82460413eaf60e81b30eff7d6d
Author: Eugene R <[email protected]>
AuthorDate: Mon Feb 6 10:24:28 2023 +0200

    Use pkg.go.dev badge in the readme (#947)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28d0d10..89e9051 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
     under the License.
 
 -->
-[![GoDoc](https://img.shields.io/badge/Godoc-reference-blue.svg)](https://godoc.org/github.com/apache/pulsar-client-go)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/apache/pulsar-client-go)](https://pkg.go.dev/github.com/apache/pulsar-client-go)
 [![Go Report 
Card](https://goreportcard.com/badge/github.com/apache/pulsar-client-go)](https://goreportcard.com/report/github.com/apache/pulsar-client-go)
 
[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/)
 
[![LICENSE](https://img.shields.io/hexpm/l/pulsar.svg)](https://github.com/apache/pulsar-client-go/blob/master/LICENSE)

Reply via email to