зеркало из https://github.com/golang/build.git
1ee051bb32
The module go directive is at 1.20, so modernize it a bit by applying changes generated by the script below with go1.21.1. [git-generate] go fix ./... gofmt -r 'ioutil.Discard -> io.Discard' -w . gofmt -r 'ioutil.NopCloser -> io.NopCloser' -w . gofmt -r 'ioutil.ReadAll -> io.ReadAll' -w . gofmt -r '"ioutil.ReadAll: %v" -> "io.ReadAll: %v"' -w . gofmt -r 'ioutil.ReadDir -> os.ReadDir' -w . gofmt -r 'ioutil.ReadFile -> os.ReadFile' -w . gofmt -r 'ioutil.TempDir -> os.MkdirTemp' -w . gofmt -r 'ioutil.TempFile -> os.CreateTemp' -w . gofmt -r 'ioutil.WriteFile -> os.WriteFile' -w . goimports -w . Change-Id: I145b27756e7c6101e992747ee822e7237df4cb91 Reviewed-on: https://go-review.googlesource.com/c/build/+/527016 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> |
||
---|---|---|
.. | ||
README.md | ||
buildlet.go | ||
buildlet_test.go | ||
buildletclient.go | ||
buildletclient_test.go | ||
doc.go | ||
ec2.go | ||
ec2_test.go | ||
fakebuildletclient.go | ||
gce.go | ||
grpcbuildlet.go | ||
keypair.go | ||
remote.go |