package
0.0.0-20240720160908-2095e0fe0fb2
Repository: https://github.com/alpardfm/go-toolkit.git
Documentation: pkg.go.dev

# Functions

Ternary returns the first value if the condition is true, and returns the second value if the the condition is false.
TernaryFloat returns the first value if the condition is true, and returns the second value if the condition is false.
TernaryString returns the first value if the condition is true, and returns the second value if the condition is false.