1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:27:57 -07:00

doc: make symbol links simpler for relnotes

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>
This commit is contained in:
Jes Cok 2024-04-19 20:40:30 +08:00 committed by Gopher Robot
parent a63907808d
commit f31fcc7538
2 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,3 @@
The [`Func`](/go/types#Func) type, which represents a function or The [Func] type, which represents a function or method symbol, now
method symbol, now has a [`Signature`](/go/types#Func.Signature) has a [Func.Signature] method that returns the function's type, which
method that returns the function's type, which is always a is always a `Signature`.
`Signature`.

View File

@ -1,3 +1,3 @@
[`Cookie`](/pkg/net/http#Cookie) now preserves double quotes surrounding [Cookie] now preserves double quotes surrounding a cookie value.
a cookie value. The new `Cookie.Quoted` field indicates whether the The new [Cookie.Quoted] field indicates whether the [Cookie.Value]
`Cookie.Value` was originally quoted. was originally quoted.