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" "imag"
"len" "len"
"make" "make"
"max"
"min"
"new" "new"
"panic" "panic"
"print" "print"