You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/07/16 03:32:40 UTC

[pulsar-client-go] branch master updated: add go report to checking code format (#19)

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

sijie 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 090b251  add go report to checking code format (#19)
090b251 is described below

commit 090b251eddc00e79cc5b94f57346d35a72ff0358
Author: 冉小龙 <ra...@gmail.com>
AuthorDate: Tue Jul 16 11:32:36 2019 +0800

    add go report to checking code format (#19)
    
    Signed-off-by: xiaolong.ran <ra...@gmail.com>
    
    Add go report to checking code format
    
    We need to add a check on the code format in ci.
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3ed836e..8c48e16 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,10 @@
     under the License.
 
 -->
-
+[![GoDoc](https://img.shields.io/badge/Godoc-reference-blue.svg)](https://godoc.org/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)
 # Apache Pulsar Go Client Library
 
 > Note: this library is still a work in progress. For production usage, please