link to godoc

This commit is contained in:
Sam Woodard 2015-07-13 14:02:26 -07:00
parent bc547ac735
commit 3574efbd33
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
A serailizer/deserializer for json payloads that comply to the A serailizer/deserializer for json payloads that comply to the
[jsonapi.org](http://jsonapi.org) spec in go. [jsonapi.org](http://jsonapi.org) spec in go.
Also visit, [Godoc](http://godoc.org/github.com/shwoodard/jsonapi).
## Background ## Background
You are working in your Go web application and you have a struct that is You are working in your Go web application and you have a struct that is