Skip to content

Commit

Permalink
net/url: remove RFC 3986 mention in package comment
Browse files Browse the repository at this point in the history
Change-Id: Ifd707a4bbfcb1721655b4fce2045f3b043e66818
Reviewed-on: https://go-review.googlesource.com/22859
Reviewed-by: Russ Cox <[email protected]>
  • Loading branch information
bradfitz committed May 6, 2016
1 parent 7c5c664 commit 83676d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/net/url/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
// license that can be found in the LICENSE file.

// Package url parses URLs and implements query escaping.
// See RFC 3986.
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 (
"bytes"
"errors"
Expand Down

0 comments on commit 83676d6

Please sign in to comment.