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:
Jaana Burcu Dogan 2016-10-31 10:23:50 -07:00 committed by Brad Fitzpatrick
parent 59d5835f14
commit 7465bfb1ea
1 changed files with 2 additions and 0 deletions

View File

@ -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 (