From ec095f1df0ff1b2937205e17b3c011f31d3737ca Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 13 Jul 2020 22:24:52 -0400 Subject: 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 Run-TryBot: Russ Cox TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor Reviewed-by: Rob Pike --- src/path/path_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/path/path_test.go') diff --git a/src/path/path_test.go b/src/path/path_test.go index 2a3635300e..a57286f6b8 100644 --- a/src/path/path_test.go +++ b/src/path/path_test.go @@ -2,9 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package path +package path_test import ( + . "path" "runtime" "testing" ) -- cgit v1.3