mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 14:51:26 -07:00
More package lines.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// The path/filepath package uses either forward slashes or backslashes depending on the operating system
|
||||
// To process paths such as URLs that depend on forward slashes regardless of the OS, use the path package
|
||||
// package filepath package uses either forward slashes or backslashes depending on the operating system.
|
||||
// To process paths such as URLs that depend on forward slashes regardless of the OS, use the slashpath package.
|
||||
package filepath
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// The slashpath package is only to be used for paths separated by forward slashes,
|
||||
// e.g. paths in URLs
|
||||
// package slashpath is only to be used for paths separated by forward slashes, e.g. paths in URLs.
|
||||
//
|
||||
// This package does not deal with Windows/NT paths with volume letters or backslashes
|
||||
// To manipulate operating system specific paths, use the path/filepath package
|
||||
|
||||
Reference in New Issue
Block a user