Skip to content

Commit 55faf79

Browse files
committed
add alternatives to README
also remove license section from README, since the LICENSE file is always authoritative
1 parent 9905ddd commit 55faf79

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ fmt.Print(v.Encode()) // will output: "q=foo&all=true&page=2"
3333

3434
[go-github]: https://github.com/google/go-github/commit/994f6f8405f052a117d2d0b500054341048fbb08
3535

36-
## License ##
36+
## Alternatives ##
3737

38-
This library is distributed under the BSD-style license found in the [LICENSE](./LICENSE)
39-
file.
38+
If you are looking for a library that can both encode and decode query strings,
39+
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

Comments
 (0)