Add some comments to explain what the differences between packages path and path/filepath

This commit is contained in:
gingerBill
2020-09-26 20:17:54 +01:00
parent 49eaeccd84
commit 0bd38ba1f6
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// The path/filepath package uses either forward slashes or backslashes depending on the operating system
// To process paths usch as URLs that depend on forward slashes regardless of the OS, use the path package
package filepath
import "core:os"