]> Cypherpunks repositories - gostls13.git/commitdiff
path: document that filepath is recommended to manipulate filename paths
authorJaana Burcu Dogan <jbd@google.com>
Mon, 31 Oct 2016 17:23:50 +0000 (10:23 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Nov 2016 18:36:52 +0000 (18:36 +0000)
Fixes #17690.

Change-Id: Ifd300980aa4c11498ed7c083d08bcdd23f5b307a
Reviewed-on: https://go-review.googlesource.com/32423
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/path/path.go

index c1d4d8aced3cc76939077af34821e02b7159cb0f..76c7814c59d8a0fa268b6d92606e46e8f1fd4275 100644 (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 (