pulumi/pkg
Robbie McKinstry 40a7961c17
Preallocate slices of known size.
Enable the "prealloc" lint, which identifies locations
where slices have a known size, and be can preallocated,
instead of allocated and realloced when length exceeds capacity.
2023-01-11 09:01:00 -08:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend backend/display/test: string(buffer.Bytes()) => buffer.String() 2023-01-10 11:52:08 -08:00
cmd/pulumi Merge #11804 2023-01-09 17:43:40 +00:00
codegen Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
engine Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations all: Drop ioutil 2023-01-06 16:35:14 -08:00
resource Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
secrets Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
testing/integration all: Drop ioutil 2023-01-06 16:35:14 -08:00
util all: Drop ioutil 2023-01-06 16:35:14 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00
go.sum Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.