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 43ad13b commit 0d62fa2Copy full SHA for 0d62fa2
README.md
@@ -13,8 +13,12 @@
13
14
This package generates Golang types and requests which use:
15
16
+- [bytes](https://pkg.go.dev/bytes)
17
- [encoding/json](https://pkg.go.dev/encoding/json)
18
+- [fmt](https://pkg.go.dev/fmt)
19
- [net/http](https://pkg.go.dev/net/http)
20
+- [io/ioutil](https://pkg.go.dev/io/ioutil)
21
+- [strings](https://pkg.go.dev/strings)
22
23
## Install
24
0 commit comments