Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 3b01bb5

Browse files
committed
Added go report card.
1 parent 3e6ead0 commit 3b01bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# jsonapi
22

3-
[![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi) [![GoDoc](https://godoc.org/github.com/google/jsonapi?status.svg)](http://godoc.org/github.com/google/jsonapi)
3+
[![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/google/jsonapi)](https://goreportcard.com/report/github.com/google/jsonapi)
5+
[![GoDoc](https://godoc.org/github.com/google/jsonapi?status.svg)](http://godoc.org/github.com/google/jsonapi)
46

57
A serializer/deserializer for JSON payloads that comply to the
68
[JSON API - jsonapi.org](http://jsonapi.org) spec in go.

0 commit comments

Comments
 (0)