forked from Mirrors/jsonapi
fix link
This commit is contained in:
parent
3574efbd33
commit
dde4d75da4
|
@ -199,7 +199,7 @@ func CreateBlog(w http.ResponseWriter, r *http.Request) {
|
|||
MarshalManyPayload(w io.Writer, models []interface{}) error
|
||||
```
|
||||
|
||||
Visit [godoc](http://godoc.org/github.com/shwoodard/jsonapi#MashalManyPayload)
|
||||
Visit [godoc](http://godoc.org/github.com/shwoodard/jsonapi#MarshalManyPayload)
|
||||
|
||||
Takes an `io.Writer` and an slice of `interface{}`. Note, if you have a
|
||||
type safe array of your structs, like,
|
||||
|
|
Loading…
Reference in New Issue