[ ソース: golang-github-opennota-urlesc ]
パッケージ: golang-github-opennota-urlesc-dev (0.0~git20160726.0.5bd2802-1.1)
golang-github-opennota-urlesc-dev に関するリンク
Debian の資源:
golang-github-opennota-urlesc ソースパッケージをダウンロード:
- [golang-github-opennota-urlesc_0.0~git20160726.0.5bd2802-1.1.dsc]
- [golang-github-opennota-urlesc_0.0~git20160726.0.5bd2802.orig.tar.xz]
- [golang-github-opennota-urlesc_0.0~git20160726.0.5bd2802-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-flynn-noise-dev
- libxkbregistry0
- golang-github-davecgh-go-xdr-dev
- golang-github-digitorus-pkcs7-dev
- libxkbregistry-dev
- golang-github-sigstore-timestamp-authority-dev
- golang-golang-x-net-dev
- golang-github-mmarkdown-mmark-dev
- golang-github-bep-godartsass-dev
- golang-github-bep-godartsass-v2-dev
- mmark
Proper URL escaping as per RFC3986 for Go
Package urlesc implements query escaping as per RFC 3986 for the Go Programming Language.
It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url. See Go Issue 5684 at https://github.com/golang/go/issues/5684 for more information.