pulumi/pkg/codegen/internal/test/testdata/simple-plain-schema-with-ro.../go
James Nugent 93d7057f80
[codegen/go] Respect baseImportPath in Go SDKs (#6866)
If `rootPackageName` is set, we can look for the version in the
baseImportPath rather than at a location based on the package name -
which currently fails if every component is not named `pulumi-*`. To err
on the side of caution, this method is only used for packages where
`rootPackageName` is set, meaning existing SDKs retain their current
behavior.

The new behavior is confirmed via the test added in #6862.
2021-04-29 17:09:05 -06:00
..
component.go [codegen/go] Permit production of flat Go packages (#6862) 2021-04-29 13:30:01 -06:00
doc.go [codegen/go] Permit production of flat Go packages (#6862) 2021-04-29 13:30:01 -06:00
init.go [codegen/go] Permit production of flat Go packages (#6862) 2021-04-29 13:30:01 -06:00
provider.go [codegen/go] Permit production of flat Go packages (#6862) 2021-04-29 13:30:01 -06:00
pulumiTypes.go [codegen/go] Permit production of flat Go packages (#6862) 2021-04-29 13:30:01 -06:00
pulumiUtilities.go [codegen/go] Respect baseImportPath in Go SDKs (#6866) 2021-04-29 17:09:05 -06:00