<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of July 31, 2013",
+ "Subtitle": "Version of Aug 15, 2013",
"Path": "/ref/spec"
}-->
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
but are otherwise ignored.
</p>
<p>
If the sliced operand of a valid slice expression is a <code>nil</code> slice, the result
is a <code>nil</code> slice.
-<p>
+</p>
<h3 id="Type_assertions">Type assertions</h3>