File Paths and Names in Go: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
<code>path</code> and <code>filepath</code> are two related packages that expose functionality to manipulating forward-slash-separated paths (<code>[[#path|path]]</code>) and file names and filesystem paths that may include Windows-style backslashes and drive letters (<code>[[#filepath|filepath]]</code>). | <code>path</code> and <code>filepath</code> are two related packages that expose functionality to manipulating forward-slash-separated paths (the <code>[[#path|path]]</code> package) and file names and filesystem paths that may include Windows-style backslashes and drive letters (the <code>[[#filepath|filepath]]</code> package). | ||
=Packages= | =Packages= |