Skip to content

Commit

Permalink
utils: add built-in min and max functions (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfontana committed Apr 5, 2024
1 parent 0d5bc69 commit 55ac932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ var goBuiltins = map[string]bool{
"imag": true,
"len": true,
"make": true,
"min": true,
"max": true,
"new": true,
"panic": true,
"print": true,
Expand Down

0 comments on commit 55ac932

Please sign in to comment.