You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(BC) Typesafe Min*, Max* previously returned a nil pointer when the argument does not contain any items, it has been changed to have a typesafe signature and it panics
Add StringerJoin which joins an array of elements which implement the String() string function (thks @arnovanliere)
Update Get to allows zero values with the option WithAllowZero (thks @roneli)