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 9905ddd commit 55faf79Copy full SHA for 55faf79
README.md
@@ -33,7 +33,11 @@ fmt.Print(v.Encode()) // will output: "q=foo&all=true&page=2"
33
34
[go-github]: https://github.com/google/go-github/commit/994f6f8405f052a117d2d0b500054341048fbb08
35
36
-## License ##
+## Alternatives ##
37
38
-This library is distributed under the BSD-style license found in the [LICENSE](./LICENSE)
39
-file.
+If you are looking for a library that can both encode and decode query strings,
+you might consider one of these alternatives:
40
+
41
+ - https://github.com/gorilla/schema
42
+ - https://github.com/pasztorpisti/qs
43
+ - https://github.com/hetiansu5/urlquery
0 commit comments