This is a follow-up to CL 578195.
Change-Id: I6466ff8753f05a9424a8098cd88490aab6b236c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/580277
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
-The [`Func`](/go/types#Func) type, which represents a function or
-method symbol, now has a [`Signature`](/go/types#Func.Signature)
-method that returns the function's type, which is always a
-`Signature`.
\ No newline at end of file
+The [Func] type, which represents a function or method symbol, now
+has a [Func.Signature] method that returns the function's type, which
+is always a `Signature`.
\ No newline at end of file
-[`Cookie`](/pkg/net/http#Cookie) now preserves double quotes surrounding
-a cookie value. The new `Cookie.Quoted` field indicates whether the
-`Cookie.Value` was originally quoted.
+[Cookie] now preserves double quotes surrounding a cookie value.
+The new [Cookie.Quoted] field indicates whether the [Cookie.Value]
+was originally quoted.