Skip to content

Commit 7465bfb

Browse files
rakyllbradfitz
authored andcommitted
path: document that filepath is recommended to manipulate filename paths
Fixes #17690. Change-Id: Ifd300980aa4c11498ed7c083d08bcdd23f5b307a Reviewed-on: https://go-review.googlesource.com/32423 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 59d5835 commit 7465bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/path/path.go

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
// Package path implements utility routines for manipulating slash-separated
66
// paths.
7+
//
8+
// To manipulate operating system paths, use the path/filepath package.
79
package path
810

911
import (

0 commit comments

Comments
 (0)