]> Cypherpunks repositories - gostls13.git/commit
path, path/filepath: clarify and cross-reference packages
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 13 Jun 2017 22:55:33 +0000 (22:55 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Jun 2017 02:54:44 +0000 (02:54 +0000)
commit2f7fbf8851e4c45f7e0d207836a3c7a97eaa1823
tree5cb05ead7f7e105b91117c9c15c9e3a17474920e
parentf4f018518d6f8ca220871da072c7afe33e1cdbcb
path, path/filepath: clarify and cross-reference packages

The path package has a reference to the path/filepath package, so add
a reverse reference.

And clarify the path package doesn't do Windows paths.

Fixes #20117

Change-Id: I65c5ce24e600b32ea20c5821b744bd89f6aff98c
Reviewed-on: https://go-review.googlesource.com/45653
Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/path/filepath/path.go
src/path/path.go