]> Cypherpunks repositories - gostls13.git/commit
go/build: remove stale reference to ioutil.ReadDir
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 4 Oct 2022 14:03:26 +0000 (15:03 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 20 Oct 2022 14:18:30 +0000 (14:18 +0000)
commit4b5558ef01adc0916729499c3d5ce96b82bedb86
treeb4f50aee869b0acd0e3ef8e0651d97e9e51c9b19
parent819087624072fe8ca5914668e837d18eb231f04e
go/build: remove stale reference to ioutil.ReadDir

The package moved away from the deprecated ioutil API some time ago.

Change-Id: Iecb1baa9285af1f721a04eb40f8dafdd72474c4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/438515
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/go/build/build.go