Commit 83676d69 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/url: remove RFC 3986 mention in package comment

Change-Id: Ifd707a4bbfcb1721655b4fce2045f3b043e66818
Reviewed-on: https://go-review.googlesource.com/22859Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent 7c5c6645
...@@ -3,9 +3,13 @@ ...@@ -3,9 +3,13 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package url parses URLs and implements query escaping. // Package url parses URLs and implements query escaping.
// See RFC 3986.
package url package url
// See RFC 3986. This package generally follows RFC 3986, except where
// it deviates for compatibility reasons. When sending changes, first
// search old issues for history on decisions. Unit tests should also
// contain references to issue numbers with details.
import ( import (
"bytes" "bytes"
"errors" "errors"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment