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.
1 parent 833b0f4 commit 5a94a44Copy full SHA for 5a94a44
README.md
@@ -11,6 +11,11 @@ import "github.com/univedo/api2go"
11
12
**api2go works, but we're still working on some rough edges. Things might change. Open an issue and join in!**
13
14
+Note: if you only need the marshaling functionality, you can install the subpackage via
15
+ ```go
16
+go get github.com/univedo/api2go/jsonapi
17
+```
18
+
19
## Usage
20
21
Take the simple structs:
0 commit comments