From: Emil Hessman Date: Sat, 4 Jan 2014 06:48:03 +0000 (-0800) Subject: spec: Fix broken type identity link X-Git-Tag: go1.3beta1~1063 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=13141315ad00f25f18ca1a30c71f90e962fada68;p=gostls13.git spec: Fix broken type identity link Fixes #7003. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/47780043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 329e2adb18..3d3eaa4cfe 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1009,7 +1009,7 @@ A field declaration may be followed by an optional string literal tag, which becomes an attribute for all the fields in the corresponding field declaration. The tags are made visible through a reflection interface -and take part in type identity for structs +and take part in type identity for structs but are otherwise ignored.