mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt vimer.js
This commit is contained in:
parent
fddbde8c44
commit
ba52eb6435
@ -291,7 +291,8 @@ func init() {
|
|||||||
"rune", "string", "byte", "uintptr",
|
"rune", "string", "byte", "uintptr",
|
||||||
"bool", "error", "chan", "map",
|
"bool", "error", "chan", "map",
|
||||||
),
|
),
|
||||||
FUNCTION, kit.Simple("msg", "m",
|
FUNCTION, kit.Simple(
|
||||||
|
"msg", "m",
|
||||||
"init", "main", "print", "println", "panic", "recover",
|
"init", "main", "print", "println", "panic", "recover",
|
||||||
"new", "make", "len", "cap", "copy", "append", "delete", "close",
|
"new", "make", "len", "cap", "copy", "append", "delete", "close",
|
||||||
"complex", "real", "imag",
|
"complex", "real", "imag",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user