More package lines.

This commit is contained in:
Jeroen van Rijn
2025-10-09 20:40:13 +02:00
parent 8a35acd506
commit 2bc409eab5
9 changed files with 13 additions and 10 deletions
+1 -2
View File
@@ -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