mirror of
https://github.com/golang/go
synced 2024-11-14 20:00:31 -07:00
doc: correct issue number for release note
Also simplify links. Change-Id: I412d6c914d05bd093df46926a4f1742d664fefea Reviewed-on: https://go-review.googlesource.com/c/go/+/587355 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This commit is contained in:
parent
3a3837f422
commit
5f6a85637c
@ -1,7 +1,6 @@
|
||||
### New structs package
|
||||
|
||||
|
||||
The new [structs](/pkg/structs) package provides
|
||||
The new [structs] package provides
|
||||
types for struct fields that modify properties of
|
||||
the containing struct type such as memory layout.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
The [Alias] type now has an [Rhs] method that returns the type on the
|
||||
right-hand side of its declaration: given `type A = B`, the `Rhs` of A
|
||||
is B. ([#66559](/issue/12345))
|
||||
is B. ([#66559](/issue/66559))
|
||||
|
Loading…
Reference in New Issue
Block a user