mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -07:00
kate: update for append
R=golang-dev, PeterGo, gri CC=golang-dev https://golang.org/cl/2710044
This commit is contained in:
parent
5bf420f0c8
commit
f62772b1e5
@ -42,6 +42,7 @@
|
|||||||
<item> bool </item>
|
<item> bool </item>
|
||||||
<item> byte </item>
|
<item> byte </item>
|
||||||
<item> chan </item>
|
<item> chan </item>
|
||||||
|
<item> complex </item>
|
||||||
<item> complex64 </item>
|
<item> complex64 </item>
|
||||||
<item> complex128 </item>
|
<item> complex128 </item>
|
||||||
<item> float </item>
|
<item> float </item>
|
||||||
@ -62,6 +63,7 @@
|
|||||||
<item> uint64 </item>
|
<item> uint64 </item>
|
||||||
</list>
|
</list>
|
||||||
<list name="functions">
|
<list name="functions">
|
||||||
|
<item> append </item>
|
||||||
<item> cap </item>
|
<item> cap </item>
|
||||||
<item> close </item>
|
<item> close </item>
|
||||||
<item> closed </item>
|
<item> closed </item>
|
||||||
|
Loading…
Reference in New Issue
Block a user