Skip to content

Commit 6c7c0db

Browse files
author
Derek Dowling
committed
Adding link to jsc
1 parent 1a3e9a9 commit 6c7c0db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

handler.go

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
// Package jsh (JSON API Specification Handler) makes it easy to parse requests
2-
// and send responses that match the JSON API Specification: http://jsonapi.org/
1+
// Package jsh (JSON API Specification Handler) makes it easy to parse JSON API
2+
// requests and send responses that match the JSON API Specification: http://jsonapi.org/
3+
// from your server.
4+
//
5+
// For a request client, see: jsc: https://godoc.org/github.com/derekdowling/go-json-spec-handler/client
36
package jsh

0 commit comments

Comments
 (0)