mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
spec: Fix broken type identity link
Fixes #7003. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/47780043
This commit is contained in:
parent
30ba286c61
commit
13141315ad
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ A field declaration may be followed by an optional string literal <i>tag</i>,
|
|||
which becomes an attribute for all the fields in the corresponding
|
||||
field declaration. The tags are made
|
||||
visible through a <a href="/pkg/reflect/#StructTag">reflection interface</a>
|
||||
and take part in <a href="Type_identity">type identity</a> for structs
|
||||
and take part in <a href="#Type_identity">type identity</a> for structs
|
||||
but are otherwise ignored.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue