[ 原始碼: 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.