We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a562a2 + e436fbe commit 8fbbd12Copy full SHA for 8fbbd12
README.md
@@ -217,7 +217,7 @@ fields which are only used internally to manage relations or data that needs to
217
## Manual marshaling / unmarshaling
218
Please keep in mind that this only works if you implemented the previously mentioned interfaces. Manual marshalling and
219
unmarshalling makes sense, if you do not want to use our API that automatically generates all the necessary routes for you. You
220
-can directly use our sub-package `github.com/manyminds/api2go/jsonapi`
+can directly use our sub-package `gopkg.in/manyminds/api2go.v0/jsonapi`
221
222
```go
223
comment1 = Comment{ID: 1, Text: "First!"}
0 commit comments