]> Cypherpunks.ru repositories - gostls13.git/commit
path/filepath: remove unneeded doc statement for SplitList
authorDmitri Shuralyov <shurcooL@gmail.com>
Tue, 26 Jul 2016 17:01:18 +0000 (13:01 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 12 Oct 2016 02:52:01 +0000 (02:52 +0000)
commit6597bcbe53cad07b0ac4070b4f428f5db3331383
treedacb3c9d4f2fb1757a94fdbdf6822cbb68dbe493
parent460d112f6c3716a45e99651ed769e7d8d74aca41
path/filepath: remove unneeded doc statement for SplitList

This is a followup to CL 24747, where the package doc phrase
"Functions in this package replace occurrences of slash unless otherwise specified."
was removed. The phrase was originally added in CL 7310 together
with this explicit opt out statement for SplitList.

Remove it since it's no longer neccessary. This helps consistency.

Updates #16111.
Updates #10122.

Change-Id: Iba86de57c24100adecac9cb5892ce180126c0ea6
Reviewed-on: https://go-review.googlesource.com/25250
Reviewed-by: Russ Cox <rsc@golang.org>
src/path/filepath/path.go