1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00

opt vimer.js

This commit is contained in:
harveyshao 2022-07-14 23:19:45 +08:00
parent fddbde8c44
commit ba52eb6435

View File

@ -291,7 +291,8 @@ func init() {
"rune", "string", "byte", "uintptr",
"bool", "error", "chan", "map",
),
FUNCTION, kit.Simple("msg", "m",
FUNCTION, kit.Simple(
"msg", "m",
"init", "main", "print", "println", "panic", "recover",
"new", "make", "len", "cap", "copy", "append", "delete", "close",
"complex", "real", "imag",