pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
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
..
main.go refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
main_test.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
proxy.go Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
proxy_unix.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
proxy_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00