]> Cypherpunks repositories - gostls13.git/commit
path: avoid import of strings
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2020 02:24:52 +0000 (22:24 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 13 Oct 2020 01:12:09 +0000 (01:12 +0000)
commitec095f1df0ff1b2937205e17b3c011f31d3737ca
treebb8f1812e9599a0146332906ca0e964dabc4c29d
parent84f3b33f10d8f12818975cb188da46145ac2036a
path: avoid import of strings

Pushing path lower in the hierarchy, to allow path < io/fs < os
in the io/fs prototype. But this change is worth doing even if io/fs
is not accepted.

Change-Id: Id51b3a638167ca005dadfb9b730287e518ec12a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/243904
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/go/build/deps_test.go
src/path/match.go
src/path/match_test.go
src/path/path.go
src/path/path_test.go