pulumi/sdk/go/common/workspace
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
..
creds.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
creds_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
loaders.go Validate as part of Load not Unmarshal 2022-09-02 18:26:49 +01:00
paths.go Fix "no Pulumi.yaml" error message (#10592) 2022-09-02 11:52:58 +02:00
paths_test.go Deprecate Config, replace with StackConfigDir (#9145) 2022-03-13 21:39:22 +00:00
plugins.go refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
plugins_install_nodejs_test.go ci: Use reduced smoke testing on Windows & macOS targets 2022-09-21 09:55:06 -07:00
plugins_install_python_test.go ci: Use reduced smoke testing on Windows & macOS targets 2022-09-21 09:55:06 -07:00
plugins_install_test.go add missing import 2022-09-22 12:44:08 +01:00
plugins_test.go Bring back auto-install plugins 2022-09-13 16:40:09 +02:00
project.go Cleanup dead code 2022-09-16 12:18:04 +01:00
project.json Fix regression validating project files with `refresh: always` set 2022-09-22 11:51:54 -07:00
project_test.go lint 2022-09-16 17:24:34 +01:00
settings.go move pkg/workspace -> sdk/go/common/workspace 2020-03-18 14:35:53 -07:00
templates.go refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
templates_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
workspace.go Improve corrupt workspace settings experience (#8393) 2021-11-11 14:58:39 -08:00