feat(go): add max and min to @function.builtin

This commit is contained in:
Yuki Ito 2023-06-26 12:53:33 +09:00 committed by Amaan Qureshi
parent 251fe95efd
commit d92bfe2cbd

View file

@ -171,6 +171,8 @@
"imag"
"len"
"make"
"max"
"min"
"new"
"panic"
"print"