We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5835 commit 7465bfbCopy full SHA for 7465bfb
src/path/path.go
@@ -4,6 +4,8 @@
4
5
// Package path implements utility routines for manipulating slash-separated
6
// paths.
7
+//
8
+// To manipulate operating system paths, use the path/filepath package.
9
package path
10
11
import (
0 commit comments