pulumi/pkg/codegen/go
Abhinav Gupta 1ac8c17cdc
all: gofmt -w -s
Run `gofmt -w -s` on all files.

Command used to make this change:

    gofmt -w -s $(rg --files -g '*.go' | rg -v compilation_error)

Dropped `-s` for some generated files.

Depends on #11821
Resolves #10327
2023-01-10 19:03:24 -08:00
..
gen_program_test all: gofmt -w -s 2023-01-10 19:03:24 -08:00
doc.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
doc_test.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
gen.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
gen_crd2pulumi.go Don't use *schema.Package in go codegen 2022-12-08 17:51:50 +01:00
gen_program.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
gen_program_expression_test.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
gen_program_expressions.go all: Drop ioutil 2023-01-06 16:35:14 -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 all: Drop ioutil 2023-01-06 16:35:14 -08:00
gen_program_utils.go all: Drop ioutil 2023-01-06 16:35:14 -08: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 all: Drop ioutil 2023-01-06 16:35:14 -08:00
importer.go Add `modulePath` to go 2022-10-10 16:01:53 -07:00
test.go fix(ci): Split programgen tests over more jobs 2022-10-16 23:20:45 -07:00
utilities.go Handle field name overlaps 2022-11-07 15:40:14 -05: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