]> Cypherpunks repositories - gostls13.git/commit
os: remove mixed dot- and non-dot- imports in tests
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Mar 2023 21:35:20 +0000 (14:35 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 29 Mar 2023 16:21:13 +0000 (16:21 +0000)
commitb441eb3f978b8b7d4f09f8e583d419d8f4e40af6
treecaf2e5acb32ffb4f158c571c6e68ffb852778f94
parentf57f02fcd519a86683c47a444e0e24a086fea8e0
os: remove mixed dot- and non-dot- imports in tests

Some test files imported "os" twice, once with a dot and once without.
Consolidate on importing with a dot.

Change-Id: I1db31053dff9dee19a6bdfc263c7e7ef0c15ee42
Reviewed-on: https://go-review.googlesource.com/c/go/+/479995
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/os/os_test.go
src/os/os_unix_test.go
src/os/readfrom_linux_test.go
src/os/removeall_test.go