pulumi/sdk
Fraser Waters 5f6832ee8a
Fix fmt.Errorf from 16d9f4c167 (#14835)
This incorrectly added `err` as a parameter:
```
-                       return nil, errors.Errorf("%v plugin [%v] did not begin responding to RPC connections", prefix, bin)
+                       return nil, fmt.Errorf("%v plugin [%v] did not begin responding to RPC connections: %w", prefix, bin, err)
```
2023-12-12 19:09:19 +00:00
..
go Fix fmt.Errorf from 16d9f4c167 (#14835) 2023-12-12 19:09:19 +00:00
nodejs use uuid instead of random number for test suffix (#14827) 2023-12-12 13:09:27 +00:00
proto/go Pass root and main info to language host methods (#14654) 2023-12-10 17:30:51 +00:00
python Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update go.mod for pulumi/appdash (#14726) 2023-12-05 19:53:45 +00:00
go.sum Update go.mod for pulumi/appdash (#14726) 2023-12-05 19:53:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.