build/buildlet
Dmitri Shuralyov 1ee051bb32 all: clean up obsolete +build lines and io/ioutil uses [generated]
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>
2023-09-08 21:45:36 +00:00
..
README.md all: add or change GoDoc badge to pkg.go.dev with update-readmes.go 2020-12-15 04:52:31 +00:00
buildlet.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00
buildlet_test.go buildlet: modify the request logic and parameters for EC2 instances 2020-05-13 20:45:43 +00:00
buildletclient.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00
buildletclient_test.go buildlet: fix Exec to return ErrTimeout on timeout 2022-05-27 17:17:50 +00:00
doc.go internal/coordinator/remote, buildlet: refactor remote buildlet session 2021-11-22 20:00:58 +00:00
ec2.go cmd/coordinator: consolidate and increase global VM deletion timeout 2022-05-16 16:01:33 +00:00
ec2_test.go dashboard: change the default instance type for GCE builders 2022-06-21 20:38:46 +00:00
fakebuildletclient.go cmd/coordinator: check the session pool for buildlets 2022-08-29 16:03:30 +00:00
gce.go buildlet: enable core dump creation on container VMs 2023-03-28 17:48:07 +00:00
grpcbuildlet.go all: add missing license headers 2023-04-24 13:52:27 +00:00
keypair.go buildlet: set TCP keep-alive timeouts, avoid fd leaks 2015-02-03 11:38:45 +00:00
remote.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00

README.md

Go Reference

golang.org/x/build/buildlet

Package buildlet contains client tools for working with a buildlet server.