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

Commit 52f0073

Browse files
committed
Add GoDoc button.
1 parent 40fe989 commit 52f0073

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# jsonapi
22

3-
[![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi)
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)
44

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

8-
Also visit, [Godoc](http://godoc.org/github.com/google/jsonapi).
9-
108
## Installation
119

1210
```

0 commit comments

Comments
 (0)