pulumi/sdk/go/common/util
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
..
archive Look at .gitignore files above dir (#10493) 2022-08-26 10:35:54 +01:00
buildutil ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
ciutil ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
cmdutil ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
contract [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
deepcopy ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
executable ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
fsutil refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
gitutil Merge remote-tracking branch 'origin/master' into dixler/6360/azure-devops 2022-09-23 10:06:29 -07:00
goversion ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
httputil ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
logging ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
mapper [utils] Handle nils in mapper encoding (#9810) 2022-06-16 15:43:23 -07:00
result ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
retry move pkg/util/retry -> sdk/go/common/util/retry 2020-03-18 15:47:01 -07:00
rpcutil Update sdk/go/common/util/rpcutil/interceptor.go 2022-09-22 10:30:13 -04:00