pulumi/pkg/codegen/go
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
..
doc.go Expose external package cache + global default (Take 2) (#10368) 2022-08-12 20:04:21 +02:00
doc_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
gen.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
gen_crd2pulumi.go Expose external package cache + global default (Take 2) (#10368) 2022-08-12 20:04:21 +02:00
gen_program.go refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
gen_program_expression_test.go Handle long traversals in a nicer way (#9726) 2022-06-02 09:36:33 -07:00
gen_program_expressions.go refactor: use `os.ReadDir` for lightweight directory reading 2022-09-24 15:20:43 +08:00
gen_program_json.go Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
gen_program_optionals.go [codegen/go] Improve optional params in invoke 2022-02-01 11:44:40 -08:00
gen_program_read_dir.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_splat.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_ternaries.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_test.go Support options.version on pulumi convert 2022-09-23 09:41:17 -07:00
gen_program_utils.go Implemented filebase64sha256 & fileArchive support for codegen (#7997) 2022-01-21 16:03:25 +02:00
gen_spill.go Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
gen_test.go ci: Simplify test listing, update go dependencies to 1.18 compat 2022-09-21 09:51:59 -07:00
importer.go Enable polarity flip on GenerateExtraInputTypes (#10079) 2022-07-08 11:47:59 -07:00
test.go ci: Simplify test listing, update go dependencies to 1.18 compat 2022-09-21 09:51:59 -07:00
utilities.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
utilities_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00