mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
fa095e4b4f
* fix(doc): fix go playground demo URL * fix(doc): add more go playground demo URL
552 B
552 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Min | min | find.go#L265 | core | find | https://go.dev/play/p/fJFLwpY8eMN |
|
|
140 |
|
Returns the minimum value of a collection. Returns the zero value when the collection is empty.
lo.Min([]int{1, 2, 3})
// 1