742f45849f
Switch to dep. Update the following: - azure-sdk-for-go to 10.2.1-beta - go-autorest to 8.1.1 - client-go to 4.0.0 Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com> |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
urlesc.go |
README.md
urlesc
Package urlesc implements query escaping as per RFC 3986.
It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url (see issue 5684).
Install
go get github.com/PuerkitoBio/urlesc
License
Go license (BSD-3-Clause)