]> Cypherpunks.ru repositories - gostls13.git/commit
os: remove dependency on strings package
authorIan Lance Taylor <iant@golang.org>
Thu, 17 Dec 2020 22:57:20 +0000 (14:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 18 Dec 2020 18:25:14 +0000 (18:25 +0000)
commit2de786647019d8a48bb776660f861995721c88c6
tree30eea0a1433e5b8ec2df2fe81e6891135c9deece
parentae652a4ac9354fef81610ca616b872262ea51281
os: remove dependency on strings package

Historically the os package has not imported the strings package.
That was enforced by go/build.TestDependencies, but that test
was accidentally broken (#43249). A dependency of os on strings
was accidentally added by CL 266364; remove it.

For #42026
For #43249

Change-Id: If932308f30561fdcc5c608d7563e849c0d2870d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/279072
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/os/file_plan9.go
src/os/tempfile.go