From c313ba107c1ce42e365b7929c48354bef057849d Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Mon, 13 Jul 2015 14:41:18 -0700 Subject: [PATCH] link to readme from godoc --- doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doc.go b/doc.go index ae20981..437c3ae 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,5 @@ /* +Visit the readme at https://github.com/shwoodard/jsonapi You can keep your model structs as is and use struct field tags to indicate to jsonapi how you want your response built or your request deserialzied. What about my relationships?