Skip to content

Commit

Permalink
add EmptyFunc
Browse files Browse the repository at this point in the history
  • Loading branch information
dxavx committed Feb 26, 2024
1 parent 25722b7 commit d40297e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions function.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ func MinMax(array []float64) (min float64, max float64) {
}
return min, max
}

func EmptyFunc() {

}

0 comments on commit d40297e

Please sign in to comment.