]> Cypherpunks repositories - gostls13.git/commit
path/filepath: document Clean behavior for each function
authorIan Lance Taylor <iant@golang.org>
Wed, 6 Jul 2016 20:07:53 +0000 (13:07 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Jul 2016 23:22:31 +0000 (23:22 +0000)
commit94477121bd1a758a70393773c6ae40c58c54f005
treec2752bd7ce827568b69ee445ef1aa720ada543da
parentbbe5da42600d5ab26cd58ffac3d6427994f08fb2
path/filepath: document Clean behavior for each function

Document explicitly which functions Clean the result rather than
documenting it in the package comment.

Updates #10122.
Fixes #16111.

Change-Id: Ia589c7ee3936c9a6a758725ac7f143054d53e41e
Reviewed-on: https://go-review.googlesource.com/24747
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/path/filepath/path.go