From 13141315ad00f25f18ca1a30c71f90e962fada68 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Fri, 3 Jan 2014 22:48:03 -0800 Subject: [PATCH] spec: Fix broken type identity link Fixes #7003. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/47780043 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0