Skip to content

Commit 55ac932

Browse files
authored
utils: add built-in min and max functions (#1411)
1 parent 0d5bc69 commit 55ac932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkers/utils.go

+2
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ var goBuiltins = map[string]bool{
223223
"imag": true,
224224
"len": true,
225225
"make": true,
226+
"min": true,
227+
"max": true,
226228
"new": true,
227229
"panic": true,
228230
"print": true,

0 commit comments

Comments
 (0)