import "github.com/ory/go-convenience/stringsx"
coalesce.go split.go
func Coalesce(str ...string) string
Coalesce returns the first non-empty string value
func Splitx(s, sep string) []string
Splitx is a special case of strings.Split which returns an empty slice if the string is empty