summaryrefslogtreecommitdiff
path: root/src/net/url/example_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/url: add testable examples for Values funcsAmelia Downs2021-10-211-0/+78
* net/url: add testable examples for url pkg funcsAmelia Downs2021-10-211-0/+40
* net/url: reject query values with semicolonsKatie Hockman2021-06-091-2/+2
* net/url: add URL.RawFragment, URL.EscapedFragmentRuss Cox2020-04-161-3/+21
* doc/go1.15, net/url: document new method URL.RedactedEmmanuel T Odeke2020-04-121-0/+15
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* net/url: add examples to URL methodsGuilherme Garnier2017-09-011-0/+108
* net/url: add examples for URL.Hostname and URL.RequestURIKevin Burke2017-05-191-0/+25
* net/url: document the package betterJoe Tsai2017-02-281-29/+0
* net/url: document and add example for ParseQuery("x")Russ Cox2016-10-181-0/+19
* net/url: add example to URL.ResolveReferenceCarlos C2015-07-161-0/+14
* net/url: add RawPath field, a hint at the desired encoding of PathRuss Cox2015-06-221-0/+15
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick2014-11-121-0/+30
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+41