Harry Zhang f3545f50a4 Update vendor and makefile
Change-Id: I25bd3edf05652c1215eba4d98a965bee310c99f8
2017-06-09 13:18:01 +08:00
..
2017-06-01 15:07:55 +08:00
2017-06-01 15:07:55 +08:00
2017-06-01 15:07:55 +08:00

urlesc Build Status GoDoc

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)