package
0.0.0-20240510080100-1c003c80f533
Repository: https://github.com/nartvt/go-core.git
Documentation: pkg.go.dev
# Functions
Coalesce returns the first non-empty arguments.
GetValueNotEmptyOrDefault return defaultValue if value is zeroValue, else return value.
No description provided by the author
No description provided by the author
Sum return sum of array number.
TernaryF is a 1 line if/else statement whose options are functions Play: https://go.dev/play/p/AO4VW20JoqM.
TernaryOp represent for e1 ? e2 : e3.