Add GoDoc button.

This commit is contained in:
Aren Patel 2017-02-13 11:38:19 -08:00
parent 40fe9896b3
commit 52f00735e0
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
# jsonapi
[![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi)
[![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)
A serializer/deserializer for json payloads that comply to the
[JSON API - jsonapi.org](http://jsonapi.org) spec in go.
Also visit, [Godoc](http://godoc.org/github.com/google/jsonapi).
## Installation
```