Documentation ¶
Index ¶
Constants ¶
View Source
const StringSeparatorOne = "@@"
StringSeparatorOne - Main text separator, used for joins.
View Source
const StringSeparatorTwo = "--"
StringSeparatorTwo - Secondary text separator, used for joins.
Variables ¶
This section is empty.
Functions ¶
func Coalesce ¶
func Coalesce(value interface{}, fallback interface{}, condition bool) interface{}
Coalesce - Returns the original value if the conditions is not met, fallback value otherwise.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.