package
Version:
v0.1.7
Opens a new window with list of versions in this module.
Published: Aug 24, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 5
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.