mirror of https://github.com/golang/go.git
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 <bradfitz@golang.org>
This commit is contained in:
parent
59d5835f14
commit
7465bfb1ea
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
// Package path implements utility routines for manipulating slash-separated
|
||||
// paths.
|
||||
//
|
||||
// To manipulate operating system paths, use the path/filepath package.
|
||||
package path
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue