Min

Returns the minimum value in a slice of comparable elements.


slices.Min([]int{3, 1, 2})         
               
introduction.go