Skip to content

Commit 0d62fa2

Browse files
committed
[readme] update list of go imports
1 parent 43ad13b commit 0d62fa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313

1414
This package generates Golang types and requests which use:
1515

16+
- [bytes](https://pkg.go.dev/bytes)
1617
- [encoding/json](https://pkg.go.dev/encoding/json)
18+
- [fmt](https://pkg.go.dev/fmt)
1719
- [net/http](https://pkg.go.dev/net/http)
20+
- [io/ioutil](https://pkg.go.dev/io/ioutil)
21+
- [strings](https://pkg.go.dev/strings)
1822

1923
## Install
2024

0 commit comments

Comments
 (0)