File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--{
2
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of July 31 , 2013",
3
+ "Subtitle": "Version of Aug 15 , 2013",
4
4
"Path": "/ref/spec"
5
5
}-->
6
6
@@ -1017,6 +1017,7 @@ <h3 id="Struct_types">Struct types</h3>
1017
1017
which becomes an attribute for all the fields in the corresponding
1018
1018
field declaration. The tags are made
1019
1019
visible through a < a href ="/pkg/reflect/#StructTag "> reflection interface</ a >
1020
+ and take part in < a href ="Type_identity "> type identity</ a > for structs
1020
1021
but are otherwise ignored.
1021
1022
</ p >
1022
1023
@@ -2692,7 +2693,7 @@ <h3 id="Slices">Slices</h3>
2692
2693
< p >
2693
2694
If the sliced operand of a valid slice expression is a < code > nil</ code > slice, the result
2694
2695
is a < code > nil</ code > slice.
2695
- < p >
2696
+ </ p >
2696
2697
2697
2698
< h3 id ="Type_assertions "> Type assertions</ h3 >
2698
2699
You can’t perform that action at this time.
0 commit comments