pulumi/sdk/go/common
Eng Zer Jun 57b25b45d1
refactor: use `os.ReadDir` for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.

Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-24 15:20:43 +08:00
..
apitype ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
constant [sdk/go] deduplicate go error logs (#10347) 2022-09-06 16:44:29 -07:00
diag ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
display Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
encoding Consistently disable HTML escaping in JSON output (#10440) 2022-08-19 13:27:34 +01:00
resource ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
testing ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
tokens ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00