https://pulumi.com logo
#golang
Title
# golang
c

creamy-potato-29402

05/23/2019, 5:43 PM
So, to expand a bit, in JS you have some container member
ports: []
, but in Go you have to do something like
ports: ContainerPortArray{}
.
3 Views