]> Cypherpunks repositories - gostls13.git/commit
net/url: add upperhex const instead of using string literal
authorZYunH <zyunhjob@163.com>
Thu, 19 Sep 2019 14:56:11 +0000 (14:56 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Sep 2019 16:26:58 +0000 (16:26 +0000)
commitfe2ed5054176935d4adcf13e891715ccf2ee3cce
tree4c177f9d6682b098fcd273efcdb6b7e237b6b30b
parente53edafb664193e410089d3c2ac0aaca9c5982ff
net/url: add upperhex const instead of using string literal

The mime and strconv packages already have a const with this name & value.

Change-Id: Ibd7837f854ac8ec3f57943a9d1db07f4cf6db858
GitHub-Last-Rev: 775cdce3b75350aa3b9a6f31f04cfdd0033e9ac3
GitHub-Pull-Request: golang/go#34389
Reviewed-on: https://go-review.googlesource.com/c/go/+/196437
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/url/url.go