Given the change to prevent ```fieldName T `pulumi...
# package-authoring
b
Given the change to prevent
Copy code
fieldName T `pulumi:"name,optional"`
in https://github.com/pulumi/pulumi-go-provider/pull/206. If you were currently using the zero state of that struct in go, is the current way we should handle that to initialize that at the beginning of the construct if it is nil? Or is there an easier way of defaulting that?
Nevermind, I’ll just rework it