package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Dec 16, 2022
License: GPL-3.0
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
¶
Like "path".Join except it takes a []string rather than ...string
Splits a path on / and cleans up empty paths
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.