Documentation ¶ Overview ¶ Package xstrings provides convenience string functions. Index ¶ func Join(s string, more ...string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Join ¶ func Join(s string, more ...string) string Join the passed strings, ensuring they are properly separated by only a single space between each source string, where necessary. Empty strings are correctly handled without inserting unnecessary separating spaces. Types ¶ This section is empty. Source Files ¶ View all Source files doc.gojoin.go Click to show internal directories. Click to hide internal directories.