File Paths and Names in Go
Jump to navigation
Jump to search
path
and filepath
are two related packages that expose functionality to manipulating forward-slash-separated paths (the path
package) and file names and filesystem paths that may include Windows-style backslashes and drive letters (the filepath
package).