mirror of
https://github.com/golang/go
synced 2024-11-12 09:10:21 -07:00
path/filepath: document Dir better
This comment matches the one in path. Fixes #4837. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7305100
This commit is contained in:
parent
1fe8fdf708
commit
6df181a7f0
@ -437,7 +437,8 @@ func Base(path string) string {
|
||||
}
|
||||
|
||||
// Dir returns all but the last element of path, typically the path's directory.
|
||||
// Trailing path separators are removed before processing.
|
||||
// After dropping the final element, the path is Cleaned and trailing
|
||||
// slashes are removed.
|
||||
// If the path is empty, Dir returns ".".
|
||||
// If the path consists entirely of separators, Dir returns a single separator.
|
||||
// The returned path does not end in a separator unless it is the root directory.
|
||||
|
Loading…
Reference in New Issue
Block a user