Documentation ¶ Index ¶ func JoinNonEmpty(elems []string, beg string, sep string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func JoinNonEmpty ¶ func JoinNonEmpty(elems []string, beg string, sep string) string JoinNonEmpty concatenates the non empty elements of its first argument to create a single string. The separator string sep is placed between elements in the resulting string. Types ¶ This section is empty. Source Files ¶ View all Source files join.go Click to show internal directories. Click to hide internal directories.