I am proposing to make the function ``` func escape(s string, mode encoding) string ``` in https://golang.org/src/net/url/url.go exported, so that the library provides full interface to percent encoding. This has been first suggested in issue #4013.