Skip to content

Commit

Permalink
add go report to checking code format (apache#19)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>

Add go report to checking code format

We need to add a check on the code format in ci.
  • Loading branch information
wolfstudy authored and sijie committed Jul 16, 2019
1 parent e9f77e8 commit 090b251
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 090b251

Please sign in to comment.