Commit 7465bfb1 authored by Jaana Burcu Dogan's avatar Jaana Burcu Dogan Committed by Brad Fitzpatrick

path: document that filepath is recommended to manipulate filename paths

Fixes #17690.

Change-Id: Ifd300980aa4c11498ed7c083d08bcdd23f5b307a
Reviewed-on: https://go-review.googlesource.com/32423Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 59d5835f
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment