forked from Mirrors/jsonapi
Add GoDoc button.
This commit is contained in:
parent
40fe9896b3
commit
52f00735e0
|
@ -1,12 +1,10 @@
|
||||||
# jsonapi
|
# 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
|
A serializer/deserializer for json payloads that comply to the
|
||||||
[JSON API - jsonapi.org](http://jsonapi.org) spec in go.
|
[JSON API - jsonapi.org](http://jsonapi.org) spec in go.
|
||||||
|
|
||||||
Also visit, [Godoc](http://godoc.org/github.com/google/jsonapi).
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue