package
Version:
v1.1.10
Opens a new window with list of versions in this module.
Published: Mar 8, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Join joins the string slice to a string separated by a `/`
Split splits the string by `/` separator, then cleans up any empty strings
example:
/home/taubyte with strings.Split would evaluate to []string{"", "home", "taubyte"}
Split will evaluate `/home/taubyte` as []string{"home", "taubyte"}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.