File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,25 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
127
127
</ dd >
128
128
</ dl > <!-- image/draw -->
129
129
130
+ < dl id ="reflect "> < dt > < a href ="/pkg/reflect/ "> reflect</ a > </ dt >
131
+ < dd >
132
+ < p > <!-- CL 356049, 320929 -->
133
+ The new
134
+ < a href ="/pkg/reflect/#Value.SetIterKey "> < code > Value.SetIterKey</ code > </ a >
135
+ and < a href ="/pkg/reflect/#Value.SetIterValue "> < code > Value.SetIterValue</ code > </ a >
136
+ methods set a Value using a map iterator as the source. They are equivalent to
137
+ < code > Value.Set(iter.Key())</ code > and < code > Value.Set(iter.Value())</ code > but
138
+ do fewer allocations.
139
+ </ p >
140
+ </ dd >
141
+ </ dl > <!-- reflect -->
142
+
130
143
< dl id ="syscall "> < dt > < a href ="/pkg/syscall/ "> syscall</ a > </ dt >
131
144
< dd >
132
145
< p > <!-- CL 336550 -->
133
146
The new function < a href ="/pkg/syscall/?GOOS=windows#SyscallN "> < code > SyscallN</ code > </ a >
134
147
has been introduced for Windows, allowing for calls with arbitrary number
135
- of arguments. As results ,
148
+ of arguments. As a result ,
136
149
< a href ="/pkg/syscall/?GOOS=windows#Syscall "> < code > Syscall</ code > </ a > ,
137
150
< a href ="/pkg/syscall/?GOOS=windows#Syscall6 "> < code > Syscall6</ code > </ a > ,
138
151
< a href ="/pkg/syscall/?GOOS=windows#Syscall9 "> < code > Syscall9</ code > </ a > ,
You can’t perform that action at this time.
0 commit comments