In general the description should describe what is added or fixed,
not how it was done (the code does this), but in this case the cause
was delete was missing, so the fix is to add it.
Fixes issue 5765.
R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/
10496043
<keyword name="close"/>
<keyword name="complex"/>
<keyword name="copy"/>
+ <keyword name="delete"/>
<keyword name="imag"/>
<keyword name="len"/>
<keyword name="make"/>
break,
byte,
cap,
- case,
+ case,
chan,
close,
complex,
const,
continue,
copy,
- default,
+ default,
defer,
+ delete,
else,
error,
fallthrough,
<item> close </item>
<item> complex </item>
<item> copy </item>
+ <item> delete </item>
<item> imag </item>
<item> len </item>
<item> make </item>