Commit Graph

2 Commits

Author SHA1 Message Date
Justin Van Patten 733854d2da
Pin date in template for sdk/go/pulumix/applyn.go ()
`TestPulumixIsUpToDate` verifies the code in pulumix is up-to-date, but
the generated code includes a copyright range including the current
year, which now fails because of 2024. This commit pins the copyright
date in the template to 2023.
2024-01-02 10:29:56 +00:00
Abhinav Gupta 362cc2a41a
sdk/go: Add pulumix subpackage ()
**Each commit is separately reviewable.**

---

Adds the pulumix subpackage implementing strongly-typed
inputs, outputs, and combinators.
internal/cmd/gen-pux-applyn generates all four variants of `Apply` for
up to 8 parameters.

See individual commits for more details on each change.

Resolves 
2023-08-28 15:38:23 +00:00